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

           Summary: If the toolbar isn't shown, <br clear="both"/> is
                    missing
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: ASSIGNED
          Keywords: need-review, patch
          Severity: normal
          Priority: Normal
         Component: Page editing
        AssignedTo: church.of.emacs...@gmail.com
        ReportedBy: church.of.emacs...@gmail.com


Created an attachment (id=5859)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5859)
Add br clear when the if the toolbar is not active.

In shared.css, #toolbar is given the style clear:both; to avoid floats
intruding from the text area. (for example: an image that floats on the side,
see this for an example how it should NOT be:
[[:w:de:Image:Brclearmissing.png]]).
If the user turns off the toolbar in his preferences, or if he doesn't activate
Javascript, this fails (see linked image above). The attached patch should fix
this, as it gives out a <br clear="both"/> if the toolbar is not active.


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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to