Closed
Bug 1510794
Opened 7 years ago
Closed 7 years ago
AccessibilityNodeInfo.ACTION_CLICK should use the given child id, and not the vc position
Categories
(Core :: Disability Access APIs, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
Attachments
(1 file)
We currently ignore the virtualViewId provided in performAction and simply send the click to the current position of the virtual cursor. This doesn't work well outside of TalkBack, where arebitrary nodes may need to be clicked (eg. UIAutomator or Switch Access).
| Assignee | ||
Comment 1•7 years ago
|
||
This allows us to use the provided virtualViewId, and not assume the
target of the click is the accessible focused node.
Depends on D13320
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/140bc054964e
Implement AccessibilityNodeInfo.ACTION_CLICK natively. r=yzen
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•