Closed
Bug 690417
Opened 13 years ago
Closed 9 years ago
rework accessible tree update on content insertion
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 1 open bug)
Details
(Keywords: access)
We recache all children on every content insertion, that's not optimal and strictly speaking a performance problem. For that we should implement new tree traversal approach so that we can find the accessible tree insertion point from DOM point.
This bug is going to help to XUL listbox update problem, simplify accessible offsets conversion from DOM range, fix bug 638684.
Comment 1•13 years ago
|
||
How's it going? Will this help bug 708927?
Assignee | ||
Comment 2•13 years ago
|
||
(In reply to David Bolter [:davidb] from comment #1)
> How's it going?
stale
Assignee | ||
Comment 3•13 years ago
|
||
marking as dependent on bug 694503 since if area element is accessible then imagemap should be specialcased.
Depends on: 694503
Assignee | ||
Comment 5•9 years ago
|
||
has been fixed by recent works
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•