Bug 208436
| Summary: | AX: inputs such as buttons, checkboxes and radio are not tab focusable | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Naman Goel <naman34> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Major | CC: | ap, cdumez, wenson_hsieh |
| Priority: | P2 | Keywords: | HasReduction, HTML5 |
| Version: | Safari 13 | ||
| Hardware: | Mac | ||
| OS: | macOS 10.15 | ||
| URL: | https://wicg.github.io/focus-visible/demo/ | ||
Naman Goel
When using the tab key to navigate websites using the keyboard, certain elements do not get focused.
The bug can be easily reproduced on this test website: https://wicg.github.io/focus-visible/demo/
In my testing I cannot get anything before the LINKS heading to be focused.
I'm also unable to focus sliders or the file input.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
All of these get selected if you use Option-Tab, or if you change a Safari advanced preference for Tab behavior, or if you enable full keyboard access in system preferences.