Closed
Bug 726520
Opened 13 years ago
Closed 13 years ago
Hit test on chrome accessibles ignores documents
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 726097
People
(Reporter: Jamie, Unassigned)
Details
(Keywords: regression)
Str:
1. Visit any web page.
2. Retrieve the location of the document accessible for the page. Let x be the left coordinate and y be the top coordinate.
3. Call IAccessible::accHitTest(x, y) on the top level frame.
Expected: A deeper accessible encompassing these screen coordinates should be returned.
Actual: 0 is returned.
The same happens for all ancestors above the browser element.
Impact: Breaks activation of some elements in NVDA browse mode, breaks NVDA mouse tracking.
Works in Firefox 11.
Comment 1•13 years ago
|
||
I believe this is a dupe of bug 726097
Which lead to another issue: we don't test that?
:-/
Comment 2•13 years ago
|
||
(In reply to Hub Figuiere [:hub] from comment #1)
> I believe this is a dupe of bug 726097
so, it's on your plate then
> Which lead to another issue: we don't test that?
we have very restricted set of tests (see test_getChildAtPoint.html/xul files), please make sure to add a test for this problem
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•