menupopup_start/menupopup_end/alert events should be fired for accessibles inside the shown/hide subtree
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: surkov, Assigned: eeejay)
References
(Blocks 5 open bugs)
Details
(Keywords: papercut, Whiteboard: [bk1])
Attachments
(2 files, 3 obsolete files)
5.24 KB,
patch
|
Details | Diff | Splinter Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Comment 2•13 years ago
|
||
Updated•13 years ago
|
Reporter | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Reporter | ||
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
Reporter | ||
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
Comment 10•13 years ago
|
||
Comment 11•13 years ago
|
||
Reporter | ||
Comment 12•13 years ago
|
||
Comment 13•13 years ago
|
||
Reporter | ||
Comment 14•13 years ago
|
||
Comment 15•13 years ago
|
||
Comment 16•13 years ago
|
||
Comment 17•13 years ago
|
||
Reporter | ||
Comment 18•13 years ago
|
||
Comment 19•13 years ago
|
||
Comment 20•13 years ago
|
||
Comment 21•13 years ago
|
||
Reporter | ||
Comment 22•13 years ago
|
||
Comment 23•13 years ago
|
||
Comment 24•13 years ago
|
||
Reporter | ||
Comment 25•13 years ago
|
||
Comment 26•13 years ago
|
||
Reporter | ||
Comment 27•13 years ago
|
||
Reporter | ||
Comment 28•13 years ago
|
||
Comment 29•13 years ago
|
||
Reporter | ||
Comment 30•13 years ago
|
||
Reporter | ||
Comment 31•13 years ago
|
||
Comment 32•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:Jamie, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Updated•9 months ago
|
Updated•2 months ago
|
Comment 33•2 months ago
|
||
Nathan discovered that even when we do fire a menu popup hide event, we fire it after the hide event, despite the contradictory code comment. For remote content documents (i.e. the web), this means we don't fire the menu popup end event at all because the hide event causes the RemoteAccessible to be destroyed, resulting in this error. So, we need to fix this as well, either as part of this work or separately in bug 1556047.
Assignee | ||
Updated•26 days ago
|
Assignee | ||
Comment 34•25 days ago
|
||
I placed them in a way that will ensure the correct order of events and
not allow menu start or alert events to get fired before the show, and
not allow menu end events to fire after the hide.
Comment 35•24 days ago
|
||
Comment 36•23 days ago
|
||
bugherder |
Description
•