Closed
Bug 455442
Opened 16 years ago
Closed 16 years ago
improve hitTest
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: surkov, Assigned: surkov)
References
Details
Attachments
(1 file)
(deleted),
patch
|
aaronlev
:
review+
hwaara
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #338787 -
Flags: review?(aaronleventhal)
Assignee | ||
Updated•16 years ago
|
Attachment #338787 -
Flags: review?(hwaara)
Assignee | ||
Comment 1•16 years ago
|
||
currently for the given accessible we get frame at point, run by parents to get direct child and repeat this for the obtained direct child.
Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → surkov.alexander
Updated•16 years ago
|
Attachment #338787 -
Flags: review?(aaronleventhal) → review+
Comment 2•16 years ago
|
||
Can you describe the changes in the patch and what it improves? Thanks
Comment 3•16 years ago
|
||
Hakan, for APIs that just need to get to the deepest descendant at a point, it's faster now because it removes a loop. The internal API can now give you the descendant directly. The old GetChildAtPoint() is still available and uses the logic in the new method that returns the deepest child at that point.
Comment 4•16 years ago
|
||
Comment on attachment 338787 [details] [diff] [review]
patch
Sounds good to me.
r=me on the mac part if Aaron is happy with the xp a11y changes
Attachment #338787 -
Flags: review?(hwaara) → review+
Assignee | ||
Comment 5•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•