Open Bug 1096735 Opened 10 years ago Updated 2 years ago

Select elements from within shadow dom don't get input method context changed events

Categories

(Core :: Disability Access APIs, defect, P3)

defect

Tracking

()

People

(Reporter: eeejay, Assigned: eeejay)

References

Details

Attachments

(1 file)

This is because the events are re-targeted to the shadow dom room. We need to use originalTarget.
Blocks: gaia-select
WIP - need to check that mochitests pass and write another one.
Shadow DOM isn't a device interface, retargeting component.
Component: DOM: Device Interfaces → DOM
Priority: -- → P3
This seems to prevent screen readers from reading the items in the select list via arrow keys. See test here: http://richcaloggero.github.io/test/select-shadow.html There are two `select` elements on the page, first one in normal "light" dom, second in shadow dom. Focus on each in turn with a screen reader like NVDA running and arrow through each select list. The one in light dom should announce it's items as you move through with arrows; the one in shadow dom does not.
Component: DOM → Disability Access APIs
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: