Opened 12 years ago
Closed 12 years ago
#20834 closed defect (bug) (fixed)
Tabbing issues with TinyMCE
Reported by: | jkudish | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | Accessibility | Keywords: | needs-patch |
Focuses: | Cc: |
Description (last modified by )
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)
#4
in reply to:
↑ 3
@
12 years 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?
#7
follow-up:
↓ 8
@
12 years ago
Can we look at improving the visibility of focus around the admin screens? Or should I raise a separate ticket for that?
#8
in reply to:
↑ 7
@
12 years ago
Replying to grahamarmfield:
Of course. Think a separate ticket for that would be better so we can track all changes and bugs specifically.
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.