Closed Bug 574017 Opened 14 years ago Closed 13 years ago

make node_child_of relation for ARIA trees perfromant

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: surkov, Unassigned)

References

(Blocks 2 open bugs)

Details

(Keywords: access)

Currently it uses nsIAccessible::GetPreviousSibling() what was never performant and iterates children from the start. After the bug 573955 this problem should go away but any way it uses nsIAccessible to traverse the tree. We should get rid this. I think it makes sense to combine it with nsAccesisble::GetLevelInternal() method if there's a nice way at least they have the same logic.
Alex, this should be fast now right?
(In reply to comment #1) > Alex, this should be fast now right? right, even more than bug states, node_child_of relation for ARIA trees is exposed based on group information and thus smart. Fixed by bug 575576.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.