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

           Summary: deformed layout of ogg player options in new gallery
           Product: MediaWiki
           Version: 1.17
          Platform: All
               URL: %3Cgallery%3E%0A%20%20Datei:Space%20Shuttle%20Enterpri
                    se%20747%20separation.ogg%7CText%0A%3C/gallery%3E%0ATe
                    xt%20Text%20Text%20Text%20Text%20Text%20Text%20Text%20
                    Text%20Text
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I'm not sure whether this belongs to images, page rendering or even javascript.

Having a ogg video embedded in one of the new galleries with variable width,
you can't set options any more.
Clicking on the play symbol returns a link "optionen..." with a
javascript:void("options")-href (which is also bad, this should be done with
event listeners).
Clicking on this link pops up the options div (<div style="width: 110px;
display: none;" class="ogg-player-options" id="ogg_player_1_options_box"
align="center">) which will be displayed wrong as the surrounding <div
class="thumb"... element has fixed width and height.

Solutions would be
a) rewriting the js with detecting this case or
b) a css patch like
div.thumb { position: relative; }
div.thumb div.ogg-player-options { position:absolute; top:150px; }

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