Open
Bug 1700646
Opened 5 years ago
Improve how EventStateManager to track the accesskey elements
Categories
(Core :: DOM: UI Events & Focus Handling, task, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
NEW
People
(Reporter: edgar, Unassigned)
Details
Now we use nsCOMArray to keep track of all elements that has asscesskey, we need to iterate all element to see if we have multiple elements have same asscesskey. And it doesn't ensure we cycle them on tree order, especially element has been removed and added into document tree again.
You need to log in
before you can comment on or make changes to this bug.
Description
•