Opened 13 months ago
Closed 11 months ago
#20834 closed defect (bug) (fixed)
Tabbing issues with TinyMCE
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Accessibility | Version: | 3.4 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | azaozz, jkudish |
Description (last modified by azaozz)
I am seeing different tabbing behaviours across different browsers with the visual editor/TinyMCE:
- Chrome 19: You can only tab into the editor from the title field when in visual mode once. After you focus out of TinyMCE and back into the title field, you cannot tab back into TinyMCE
- Firefox 12: You can't tab into the editor at all, tabbing from the title field, brings you to the publish box
- Safari 5.1.7: Tabbing in/out of the editor always works properly
This is especially problematic for blind users/accessibility. Would be great to standardize that behaviour across all browsers :)
Attachments (1)
Change History (12)
comment:2
azaozz
— 13 months ago
- Component changed from TinyMCE to Accessibility
- Description modified (diff)
comment:3
follow-up:
↓ 4
grahamarmfield
— 11 months ago
comment:4
in reply to:
↑ 3
azaozz
— 11 months ago
Replying to grahamarmfield:
...The tab order of the edit page/edit post screen is also very confusing in my view...
Yes, been meaning to change that for a while. As far as I can see most admin pages can have a "natural" tab order, i.e. the HTML elements flow the same way in the source and on the screen and don't need any tabindex. The only exception is the top toolbar that is outputted at the bottom but shown at the top.
Thinking to remove all tabindex everywhere and then add it only where necessary (after testing). Would you be willing to test this to make sure we're not missing something?
comment:6
grahamarmfield
— 11 months ago
Yes I could help with that - how would I access an area to test it in?
comment:7
follow-up:
↓ 8
grahamarmfield
— 11 months ago
Can we look at improving the visibility of focus around the admin screens? Or should I raise a separate ticket for that?
comment:8
in reply to:
↑ 7
azaozz
— 11 months ago
Replying to grahamarmfield:
Of course. Think a separate ticket for that would be better so we can track all changes and bugs specifically.
comment:9
azaozz
— 11 months ago
- Resolution set to fixed
- Status changed from new to closed
In [21300]:
comment:10
azaozz
— 11 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
This also needs to support tabbing from Title directly to the textarea when the Text editor is active.
comment:11
azaozz
— 11 months ago
- Resolution set to fixed
- Status changed from reopened to closed
In [21303]:
This is a serious issue for blind users yes, but also for sighted users who rely on keyboard interaction.
The tab order of the edit page/edit post screen is also very confusing in my view - it would be good to have a review and get a sensible tab order in place across all browsers.