You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Dave Koelmeyer (JIRA)" <ji...@apache.org> on 2016/02/20 10:21:18 UTC

[jira] [Updated] (JSPWIKI-912) HADDOCK – "overlay" blocks out section heading when a section edit is saved

     [ https://issues.apache.org/jira/browse/JSPWIKI-912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Koelmeyer updated JSPWIKI-912:
-----------------------------------
    Attachment: JSPWiki-IncreasedMargin-2.png
                JSPWiki-IncreasedMargin-1.png
                JSPWiki-Default.png

Now for some screengrabs. All three attachments show the interface immediately after the user has finished editing the "Heading 1" section. Prior to this, the "Heading 1" section was navigated to via the Table of Contents.

*JSPWiki-Default.png:* this is HADDOCK in the default CSS state. Even then you'll notice the section title is not flush with the overlay, which is perhaps where you would expect it to be (i.e. positioned exactly to where it was prior to editing).

*JSPWiki-IncreasedMargin-1.png:* this is with the following CSS overrides:

h2,h3,h4 {
    margin:1em 0 0.5em 0;
    line-height:1.5;
}

Notice where the interface rests after editing.

*JSPWiki-IncreasedMargin-2.png:* with the above margin settings further increased for effect.


In all three cases the interface ideally should position the interface back to where it was prior to editing.

> 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
>
>         Attachments: JSPWiki-Default.png, JSPWiki-IncreasedMargin-1.png, JSPWiki-IncreasedMargin-2.png
>
>
> 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)