Make XULElement.openMenu(true) work for native context menus
Categories
(Core :: Widget: Cocoa, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
(Whiteboard: [proton-context-menus][mac:mr1])
Attachments
(7 files, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details |
XULElement has an openMenu method which can be used to open context menu submenus: menu.openMenu(true)
.
We should make this method work with native menus as well, so that automated tests using it will work with both non-native and native menus.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D111522
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D111522
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D111660
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D111661
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D111663
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D111664
Assignee | ||
Comment 7•4 years ago
|
||
Depends on D111665
Assignee | ||
Comment 8•4 years ago
|
||
Depends on D111666
Updated•4 years ago
|
Assignee | ||
Comment 9•4 years ago
|
||
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/21d2bf5db183
https://hg.mozilla.org/mozilla-central/rev/97a92ca9b16f
https://hg.mozilla.org/mozilla-central/rev/4fa3e5b83b9d
https://hg.mozilla.org/mozilla-central/rev/8aac76367f33
https://hg.mozilla.org/mozilla-central/rev/297987c412d9
https://hg.mozilla.org/mozilla-central/rev/0fc48ae0ad09
https://hg.mozilla.org/mozilla-central/rev/f040df39cdc1
Description
•