Closed
Bug 1704682
Opened 4 years ago
Closed 4 years ago
Wrong menu state during popupshown event - got "showing", expected "open"
Categories
(Core :: Widget: Cocoa, defect)
Core
Widget: Cocoa
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
(Whiteboard: [proton-context-menus][mac:mr1])
Attachments
(1 file)
Non-native menus set the popup state to "open" before dispatching the popupshown event.
Native menus should do the same.
This is causing a test failure in dom/html/test/browser_content_contextmenu_userinput.js
.
Assignee | ||
Comment 1•4 years ago
|
||
This will cause nsXULPopupManager to change the state to "open" before the
popupshown event fires. This is consistent with non-native menus.
This was caught by dom/html/test/browser_content_contextmenu_userinput.js.
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/4d65d12c107a
Call OnMenuOpened before dispatching the popupshown event. r=harry
Updated•4 years ago
|
See Also: → https://jira.mozilla.com/browse/FIDEFE-1165
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•