-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Using keyboard selection on an input that has icons in its hints/labels causes the keyboard to select parts split by the icon.
Example:
"First half icon second half."
Selects:
- "First half"
- icon
- "second half."
The icon splits the hint/label into separate items where it should all be one item selected.
Steps:
- Keyboard select to the input label or hint with icons -- it will select the first part of the hint/label split by the icon
- Move to the next item -- it will select the icon
- Move to the next item -- it will select the second half of the hint/label split by the icon
Found using the screenreader on OSX El Capitan in Chrome
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent