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

           Summary: Flagged revisions information box overlaps the article
                    making it impossible for non-js users to  read the
                    article
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: FlaggedRevs
        AssignedTo: ro...@wikimedia.org
        ReportedBy: bawolff...@gmail.com
                CC: jschulz_4...@msn.com, innocentkil...@gmail.com


This is based on a complaint made in #wikinews on irc by eboettcher

Problem: When users have javascript disabled, stuff should fail gracefully. The
flagged revisions information box that is normally collapsed by default, is
expanded (permanently) for non-js users, and overlaps the article text. Thus
preventing non-js users from reading the article.

This could potentially be fixed by display:none'ing the box, and having js
changing it back to display block so that non-js users don't see it at all, or
potentially by not using absolute positioning so that the article is redrawn
around the expanded box.

On wikinews we added the following css to mediawiki:Common.css 

div#mw-fr-revisiondetails {position:static; border-top: none}
div#mw-fr-revisiontag { border: none}
div.flaggedrevs_short_basic { text-align:right; border: 1px solid
#CCCCCC;padding:1px;}


There's also a screenie of the problem at
http://img440.imageshack.us/img440/654/flaggedrevsbeingstupid.png

-- 
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