Page MenuHomePhabricator

Enhanced toolbar dropdowns occasionally appear behind textarea
Closed, ResolvedPublic

Description

If a toolbar section with a dropdown box (currently only the "headings" dropdown in the "advanced" section) is opened, closed, then reopened, the dropdown will appear underneath the editing textarea, making it unusable.

I've observed this personally on FF 3.6.3, and one other user has noted it on FF 2.0.


Version: unspecified
Severity: trivial
URL: http://en.wikipedia.org/wiki/Wikipedia:Requests_for_comment/May_2010_skin_change/Bug_reports#Toolbar_dropdown_boxes_occasionally_open_under_the_edit_window

Details

Reference
bz23541

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:03 PM
bzimport set Reference to bz23541.

See [[WP:VPT#Citation tool not working after site redesign]] for another user complaining about it, on FF and Chrome.

  • Bug 23782 has been marked as a duplicate of this bug. ***

OK, so as this seems be the same - the problem seems to be related to the fact that the element with "sections" class has hidden overflow or to be more exact it gets overflow:hidden as soon as the section is opened after opening something else. E.g.:

  1. Open "Advanced".
  2. Open "Help".
  3. Open "Advanced".
  4. Use dropdown for headings.

And as said on 23782 changing overflow to "visible" works for me, but I'm not sure why was it overflow:hidden added in the first place. Still it seems reasonable to set overflow to visible as soon as a section is fully opened (and correct height is set).

  • Bug 23860 has been marked as a duplicate of this bug. ***