Last modified: 2010-06-04 20:54:42 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T25782, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23782 - Problem with a user menu due to hidden overflow in sections
Problem with a user menu due to hidden overflow in sections
Status: RESOLVED DUPLICATE of bug 23541
Product: MediaWiki extensions
Classification: Unclassified
UsabilityInitiative (Other open bugs)
unspecified
PC Windows XP
: Normal major (vote)
: ---
Assigned To: Trevor Parscal
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-03 22:28 UTC by Nux
Modified: 2010-06-04 20:54 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Nux 2010-06-03 22:28:40 UTC
The problem is with a dropdown menu, but will affect any absolutely positioned elements anchored inside the sections element.

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

In the gadget I use I've prepared the following fix (I use it just after making my element visible):
if (typeof $j != 'undefined' && typeof $j.fn.wikiEditor != 'undefined')
{
	var nbar = document.getElementById('wikiEditor-ui-toolbar');
	var secs = getElementsByClassName(nbar, "div", "sections")[0];
	secs.style.overflow = 'visible';
}

Still I'm not sure why is this overflow important at that level. It works fine in Firefox with visible overflow.
Comment 1 Nux 2010-06-03 23:15:24 UTC
Hm... This might be related or even duplicate of Bug 23541.
Comment 2 Nux 2010-06-04 20:54:42 UTC
The same problem was just reported with the headings drop down menu so it's definitely a dup.

*** This bug has been marked as a duplicate of bug 23541 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links