[
https://issues.apache.org/jira/browse/JSPWIKI-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155508#comment-15155508
]
Dave Koelmeyer commented on JSPWIKI-912:
----------------------------------------
I now see what is happening here. I've been using increased heading margin CSS
values as a workaround for what I perceive as headings not being clearly
demarcated in HADDOCK, specifically by using the LeftMenu settings described in:
https://issues.apache.org/jira/browse/JSPWIKI-905?focusedCommentId=14679174&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14679174
The exact CSS values I'm using are:
h2,h3,h4 {
margin:1em 0 0.5em 0;
line-height:1.5;
}
With this applied, when a user finishes editing a section the interface is not
returned to where the user was before the section was edited. The effect is
more pronounced the greater the margin values.
> HADDOCK – "overlay" blocks out section heading when a section edit is saved
> ---------------------------------------------------------------------------
>
> Key: JSPWIKI-912
> URL: https://issues.apache.org/jira/browse/JSPWIKI-912
> Project: JSPWiki
> Issue Type: Bug
> Components: Templates and UI
> Affects Versions: 2.10.2
> Environment: Client is:
> - Firefox 40 (Ubuntu 14.04).
> Server is:
> - JSPWiki v2.10.2-svn-25 running in GlassFish v4
> - Container managed authentication is enabled using a file-based realm
> - HTTPS is enabled
> - JSPWiki policy is locked down such that only authenticated users have
> access (both read and write)
> Reporter: Dave Koelmeyer
> Assignee: brushed
> Fix For: 2.10.2
>
>
> Same behaviour as that described in
> https://issues.apache.org/jira/browse/JSPWIKI-911 but observed when an edit
> to a page section is saved, and HADDOCK returns to the section last edited.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)