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

       Web browser: ---
             Bug #: 30865
           Summary: div#bodyContent closes too early in missing categories
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Categories
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: listenle...@gmail.com
                CC: bawolff...@gmail.com
    Classification: Unclassified


The issue doesn't occur in 1.17 so look at a missing category in a wiki with a
newer version of MW, like
http://translatewiki.net/wiki/Category:Users_in_London

The structure of the HTML is

<div id="bodyContent">
 <div class="noarticletext">
 </div>
</div>
<div id="mw-pages">
</div>

But it should be (like it is in 1.17, in edit mode and for existing categories)

<div id="bodyContent">
 <div class="noarticletext">
 </div>
 <div id="mw-pages">
 </div>
</div>

In Vector this causes a font size that is too big (#bodyContent scales down to
80% which don't apply to the page list). Also gadgets that look for the content
in #bodyContent break.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to