https://bugzilla.wikimedia.org/show_bug.cgi?id=41231

       Web browser: ---
             Bug #: 41231
           Summary: [PostEdit] Invisible element with high z-index
                    accidentally blocks links
           Product: MediaWiki extensions
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: [other]
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Please change the CSS as follows:

#postedit-container {
        z-index: 1000; /* Remove this and move it down. */
}
.postedit {
        z-index: 1000; /* Move it here. */
        margin-top: 0; /* Remove this because it does nothing. */
        margin-bottom: 18px; /* Is there a reason for this? If not please
remove it. */
}

The first element is invisible. The only reason why it is there is to
"calculate" the position of the second element. The second element is the popup
you see on the screen.

The first element does not need to be at z-index 1000. This blocks links like
the "Version history" tab in the vector skin.

The strange margin (I'm not sure why it is there, could be to fix an issue with
the box-shadow) makes the invisible pane even bigger.

Description and example (commented out currently):
http://de.wikipedia.org/wiki/Benutzer_Diskussion:Steven_(WMF)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to