Closed
Bug 1621519
Opened 5 years ago
Closed 5 years ago
Implement xpcAccessible::GetDeepestChildAtPoint for ProxyAccessibles on Windows
Categories
(Core :: Disability Access APIs, task, P2)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
- Implement ProxyAccessible::ChildAtPoint using IAccessible::accHitTest.
- Make xpcAccessible::GetDeepestChildAtPoint use (1).
Assignee | ||
Comment 1•5 years ago
|
||
xpcAccessible::GetDeepestChildAtPoint will need to recurse into remote child documents if we hit one of those, but that is cross-platform.
Summary: Implement xpcAccessible::GetDeepestChildAtPoint on Windows → Implement xpcAccessible::GetDeepestChildAtPoint for ProxyAccessibles on Windows
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jteh
Status: NEW → ASSIGNED
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e8984249397a
Implement xpcAccessible::GetDeepestChildAtPoint for ProxyAccessibles on Windows. r=yzen
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•