Skip to content

md-input: keyboard selection for inputs with labels/hints with icons has unexpected behavior #604

@iveysaur

Description

@iveysaur

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:

  1. Keyboard select to the input label or hint with icons -- it will select the first part of the hint/label split by the icon
  2. Move to the next item -- it will select the icon
  3. 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)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions