Closed
Bug 1285862
Opened 8 years ago
Closed 4 years ago
Don't recreate accessibles if reframing doesn't cause a change in accessible type
Categories
(Core :: Disability Access APIs, defect, P3)
Core
Disability Access APIs
Tracking
()
RESOLVED
DUPLICATE
of bug 686400
Tracking | Status | |
---|---|---|
firefox50 | --- | affected |
People
(Reporter: MarcoZ, Unassigned)
References
(Blocks 2 open bugs)
Details
Spun off bug 1256706. Twitter used to do a CSS change from position:absolute; to position:relative; when focus changed from one tweet to the next, see bug 1256706 comment #4 and dholbert's analysis in bug 1256706 comment #5.
Implement a solution on the accessibility APIs side as suggested in bug 1256706 comment #7:
> Also we could try to make the accessible tree updates smarter, like if a
> frame type of a DOM node wasn't changed during frames reconstruction then no
> accessible update should be required. This check shouldn't be very expensive.
Alex, you also said you had a prototype working. Could you finish this on this bug?
Flags: needinfo?(surkov.alexander)
Comment 1•8 years ago
|
||
(In reply to Marco Zehe (:MarcoZ) from comment #0)
> Alex, you also said you had a prototype working. Could you finish this on
> this bug?
thanks for filing it, I'll see what I can do
Flags: needinfo?(surkov.alexander)
Updated•8 years ago
|
Blocks: treeupdatea11y
Updated•7 years ago
|
Priority: -- → P3
Comment 2•7 years ago
|
||
let's move this one out off the backlog, it should be considered to be fixed asap.
Priority: P3 → P2
Comment 3•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 4•4 years ago
|
||
Done in bug 686400.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•