Closed
Bug 73721
Opened 24 years ago
Closed 24 years ago
Invoking a dialog from context menu leaves the context menu on the screen
Categories
(Core :: XUL, defect)
Tracking
()
People
(Reporter: nhottanscp, Assigned: mikepinkerton)
References
Details
Attachments
(1 file)
132.46 KB,
image/jpeg
|
Details |
By creating a context menu to invoke a dialog, the context menu left on the
screen after the dialog comes up. I will attach a screen shot.
<popupset id="contentAreaContextSet">
<popup id="contentAreaContextMenu">
<menu label="test">
<menupopup>
<menuitem label="test..." oncommand="alert('test')" />
</menupopup>
</menu>
<menuseparator />
</popup>
</popupset>
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
Summary: Invoking a dialog from context menu left the context menu on the screen → Invoking a dialog from context menu leaves the context menu on the screen
Comment 2•24 years ago
|
||
Hmm, so it does. But surely this does not block you from completing bug 70830.
Launching a dialog from the flyout of a context menu? So they can customize
the list of encodings available immediately on the first submenu? Why not
just hide 'Customize...' when this is within a context menu.
Assignee | ||
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 71219 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•