"Show Context Menu" action is not supported when using VoiceOver
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: morgan, Assigned: morgan)
References
Details
(Whiteboard: [mac2020_1])
Attachments
(1 file)
When inspecting (all?) elements in Safari and chrome using Mac's Accessibility Inspector, the actions pane contains "Scroll to Visible" and "Show Menu"; we currently support "Scroll to Visible", but not the latter.
This should be implemented so users can access the right-click menu :)
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D67200
Assignee | ||
Comment 2•5 years ago
|
||
:eeejay, so it looks like we're not technically supposed to add more ipdl functions; I could change the doAction one to support right-clicking, maybe? What do you think makes the most sense?
(patch with an additional DoRightClick ipdl function attached)
Assignee | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Morgan and I discussed this today. I think the best option is to nsChildView::SynthesizeNativeMouseEvent
from the top-level process and not bother with our own IPC method.
Comment 5•5 years ago
|
||
Backed out for build bustages.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=294897476&repo=autoland&lineNumber=3689
Backout: https://hg.mozilla.org/integration/autoland/rev/508ff70decaa4c5a3ac5bdceac9396d89b63d820
Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
Comment 8•5 years ago
•
|
||
Correct whiteboard entry so this bug shows up in our dashboard.
Updated•5 years ago
|
Description
•