Opened 10 months ago
Closed 7 months ago
#21471 closed task (blessed) (fixed)
Add "Skip to toolbar" accessibility shortcut
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Accessibility | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
The toolbar HTML is outputted in different places for different screens. It's at the bottom on the front-end and on some admin screens, or after the admin menu on other.
To improve accessibility it would need a "skip to" link similar to the "Skip to content" link. Some more info.
Attachments (3)
Change History (15)
comment:3
wonderboymusic — 10 months ago
- Keywords has-patch added
Worked great in FF. When I test the "Skip to toolbar" link in Chrome, I get:
Actual:
1) Tab to "Skip to toolbar"
2) Click enter on keyboard
3) Tabbing order resets, and next tab shows "Skip to main content"
Expected:
1) Tab to "Skip to toolbar"
2) Click enter on keyboard
3) Tabbing jumps to toolbar, and next tab focuses on WordPress logo.
comment:7
grahamarmfield — 9 months ago
Yes @azaozz is correct - this is a bug in Chrome (and all webkit browsers I believe) and should have been fixed a long time ago. To ensure it works in Chrome it is necessary to force focus to move using javascript.
- Type changed from enhancement to task (blessed)
Looks like there are two things left here:
- Fix bug in Chrome.
- Review the design here.
Design looks good to me. Fixed Chrome/Safari bug (for 'Skip to toolbar' and 'Skip to main content') in 21471.2.diff.
Note: Looks like webkit browsers need tabindex='0' added to div's in order to focus on them. In addition, I found it necessary to add a slight delay before setting the focus.
comment:10
lessbloat — 8 months ago
comment:11
helenyhou — 7 months ago
- Keywords commit added
comment:12
azaozz — 7 months ago
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
In [22249]:


In [21423]: