Closed
Bug 440825
Opened 17 years ago
Closed 7 years ago
Unable to place any XUL elements in front of a menu
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mkaply, Unassigned)
Details
There is currently no possible way to put a XUL element in front of a menu popup.
An example of where this might be useful is a panel popup when hovering over a menu.
I'm not sure what would need to change to make this happen, but at a bare minimum, this code in xul,css is silly:
popup,
menupopup,
panel,
tooltip {
display: -moz-popup;
z-index: 2147483647;
}
We can at least make the z-index a little lower so a window could potentially be put in front of it.
Note I've experimented with a lower z-index in this file and that doesn't solve the problem, but it is probably a start.
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: xptoolkit.menus → xptoolkit.widgets
Reporter | ||
Comment 1•13 years ago
|
||
Any opinions on this? I just ran into it again trying to do a popup keyboard but it gets overlaid with an autocomplete popup.
Comment 2•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•