dynamically inserted slotted elements may be inaccessible
Categories
(Core :: Disability Access APIs, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: surkov, Assigned: surkov)
References
Details
Attachments
(1 file)
if an element slotted under a shadow DOM of a custom element is inserted, then accessible service fails to create an accessible for it and add into hierarchy.
Assignee | ||
Comment 1•6 years ago
|
||
only an XBL element under a shadow DOM gives this bug, which is triggerred by arrowscrollbox in bug 1555497, see [1]. So if arrowscrollbox CE conversion is done in bug 1514926, then we might not care about this bug.
[1] https://searchfox.org/mozilla-central/source/accessible/base/TreeWalker.cpp#104
Comment 2•6 years ago
|
||
Just to be extra clear, are you saying it isn't possible to trigger this bug in web content, only with XBL?
Assignee | ||
Comment 3•6 years ago
|
||
(In reply to James Teh [:Jamie] from comment #2)
Just to be extra clear, are you saying it isn't possible to trigger this bug in web content, only with XBL?
that's right.
Comment 4•6 years ago
|
||
(In reply to alexander :surkov (:asurkov) from comment #1)
So if arrowscrollbox CE conversion is done in bug 1514926, then we might not care about this bug.
I see that bug has p5. What's the likelihood of that being worked on? Just trying to figure out priority for this bug.
Assignee | ||
Comment 5•6 years ago
|
||
not yet sure, it might turn out to be a blocker of bug 1555497 if no workarounds found
Comment 6•6 years ago
|
||
Given that bug 1555497 has no priority, assigning p5 for now. Happy to re-triage once more is known.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a3aa13e0e10b
https://hg.mozilla.org/mozilla-central/rev/10e5f2b2940c
Description
•