Bug 201552
Summary: | AX: Navigating through long list of radio buttons doesn't scroll the page | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diane Ko <diane.ko> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Major | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 12 | ||
Hardware: | Mac | ||
OS: | macOS 10.14 |
Diane Ko
When navigating by keyboard on a long list of radio buttons, Safari does not scroll the viewport with radio button focus. This makes it difficult, if not impossible, to select the right radio button from a long list.
Steps to reproduce:
1. Go to a page with several radio buttons (ex: https://codepen.io/backwardok/pen/mdbpovw)
2. Tab to get into the radio button group
3. Press the down or right arrow key to move through the options
What's expected:
When a radio button that's out of view gets focus, the page scrolls that element into view
What happens:
When a radio button that's out of view gets focus, the page doesn't scroll. Because radio buttons accept pressing the down arrow to move through the list, scrolling up or down is only possible when at the beginning or the end of the list, making it impossible to accurately select an element in the middle of a long list.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/55121458>