Closed
Bug 55158
Opened 25 years ago
Closed 21 years ago
Popups nested within popups don't behave properly.
Categories
(Core :: XBL, defect, P3)
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: neil, Assigned: hyatt)
Details
I have nested a menubutton inside another menubutton as follows:
<binding id="outerbutton">
<content includes="menupopup">
<xul:menubutton class="innerbutton" flex="1" allowevents="true"
inherits="src,disabled,value,accesskey,crop,dragover-top,tooltiptext=buttontooltiptext,onclick=buttonaction">
<children/>
</xul:menubutton>
</content>
</binding>
The problem is that the menu never closes, except by reapplying the theme.
Comment 2•21 years ago
|
||
Neil, can you create a testcase to see if this still happens?
QA Contact: jrgmorrison → ian
| Reporter | ||
Comment 3•21 years ago
|
||
Well, I know more about menu frames and XBL now... I probably don't need this.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•