Last modified: 2012-09-30 20:40:48 UTC
Created attachment 9290 [details] Collapsed menus behind edit window When using a Cite feature on English Wikipedia, there is sometimes a problem that the collapsible list of templates collapses but behind the edit Window (see attached screenshot) - if you hower it, you see its selected. This happens usually when I clicked on Cite, then something different from the main menu (e.g. Advance) and then went back to Cite.
Advanced dropdown is also hidden when you return to it.
I've also seen this behavior before, although not very often. Right now, following your tip of going back and forward, I could confirm it using Google Chrome 14.0.835.202 and Firefox 7.0.1.
*** Bug 33893 has been marked as a duplicate of this bug. ***
Copying my comment from bug 33893 to here, for ease of access: This issue seems to be caused by the fact that the div tag which contains the cite tool appears like this when the page is first loaded: <div class="toolbar section section-cites section-visible" rel="cites" style="display: block;"> Is set to the following when you toggle a different tab: <div class="toolbar section section-cites" rel="cites" style="display: none; position: relative;"> When you toggle back to the cite tab, it is readded to the class 'section-visible', but the position remains set to relative, which causes the drop down box for "template" to not work, as follows: <div class="toolbar section section-cites section-visible" rel="cites" style="display: none; position: relative;"> If you remove 'position: relative;' it works fine again. Essentially, when you toggle to the cite tab, the position styling for the div needs to be removed.
Works for me on beta site on IE8, Firefox 9.0.1 and Chrome 16.
works for me too, firefox 13.1 I think is doesn't happen anymore since 1.20wmf4 can anyone confirm this?
Cannot reproduce with Firefox 15.0.1. Juan / mybugs.mail / Spitfire: Has any of you still experienced this problem lately? If yes: With which browser?
Marking fixed since recent reports point to working code.
Seems ok on Google Chrome 22.0.1229.79.