WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
201552
AX: Navigating through long list of radio buttons doesn't scroll the page
https://bugs.webkit.org/show_bug.cgi?id=201552
Summary
AX: Navigating through long list of radio buttons doesn't scroll the page
Diane Ko
Reported
2019-09-06 11:47:57 PDT
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
Comment 1
2019-09-06 11:48:14 PDT
<
rdar://problem/55121458
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug