[ 
https://issues.apache.org/jira/browse/JSPWIKI-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16757522#comment-16757522
 ] 

Peter Hormanns commented on JSPWIKI-1074:
-----------------------------------------

I think tis bug can be fixed by replacing
{code:java}
<div class="container${prefs.Layout=='fixed' ? '' : '-fluid' } 
${prefs.Orientation} fixed-header">{code}
in ViewTemplate.jsp by
{code:java}
<div class="container${prefs.Layout=='fluid' ? '-fluid' : ''} 
${prefs.Orientation}"{code}
(I took this from EditTemplate.jsp)

> Pagelayout "Fixed width" is buggy in Haddock
> --------------------------------------------
>
>                 Key: JSPWIKI-1074
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-1074
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Templates and UI
>    Affects Versions: 2.10.5
>         Environment: Debian GNU/Linux 9.x
> Firefox 60.2.0esr
> same on Chromium {color:#5f6368}Version 69.0.3497.92{color}
>            Reporter: Peter Hormanns
>            Assignee: brushed
>            Priority: Minor
>         Attachments: screenshot-chromium.png
>
>
> I'm using Haddock Template
> Pagelayout is changed to "fixed width" in user preferences.
> Width of page headers is not rendered as expected



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to