Closed
Bug 1705213
Opened 4 years ago
Closed 4 years ago
Make browser/components/extensions/test/browser/browser_ext_menus_replace_menu.js pass with native context menus
Categories
(Core :: Widget: Cocoa, task)
Tracking
()
RESOLVED
DUPLICATE
of bug 1705842
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 obsolete file)
This test tries to open an empty context menu and then add items while it's open. This is not supported (and cannot be supported) with native menus.
Assignee | ||
Comment 1•4 years ago
|
||
When we try to open an empty native context menu, the popupshown event is directly followed by popuphiding/popuphidden events.
This test tries to open an empty context menu and then add items while it's open. This is not supported (and cannot be supported) with native menus.
Assignee | ||
Comment 2•4 years ago
|
||
This will be fixed by bug 1705842.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•4 years ago
|
||
(In reply to Markus Stange [:mstange] from comment #0)
and cannot be supported) with native menus.
This was wrong, I re-checked and native menus can indeed change their contents while they're open.
Updated•4 years ago
|
Attachment #9215904 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•