Opened 12 years ago
Last modified 10 years ago
#9611 confirmed Bug
Tab key based navigation is broken inside specialchar dialog
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Accessibility | Version: | 3.0 |
Keywords: | Webkit | Cc: |
Description
- Open specialchar dialog.
- See that first character is focused and highlighted.
- Press tab.
- Cancel gets focus.
- Try to move focus back to chars tables by pressing shift+tab or tab.
- Nothing happens. In all other dialogs it's possible to cycle through all inputs and buttons by tab, but not in this one.
It can be reproduced on v3 and v4.
Attachments (1)
Change History (8)
comment:1 Changed 12 years ago by
Keywords: | Webkit added |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
comment:4 Changed 10 years ago by
The same issue can be observed for custom iframedialog plugin and probably same fix can be applied to both.
You can run the plugin with:
extraPlugins:'insertVarable'
Changed 10 years ago by
Attachment: | insertVariable.zip added |
---|
comment:5 follow-up: 6 Changed 10 years ago by
NOTE: plugin insertVariable doesn't seem to focus elements in iframe at all contrary to special chars dialog.
This makes me unsure if issues are the same or if iframedialog plugin needs some extra work.
comment:6 Changed 10 years ago by
Replying to j.swiderski:
NOTE: plugin insertVariable doesn't seem to focus elements in iframe at all contrary to special chars dialog.
This makes me unsure if issues are the same or if iframedialog plugin needs some extra work.
In fact these two are totally separate issues, so please create new issue insertVariable
related problems.
I was able to reproduce this issue in Webkit only.
Reaching Cancel button with Tab key and having no ability getting back to special chars using shift+Tab or Tab can be reproduced in Webkit from CKEditor 3.0
Please note however that tab behaviour was changed in rev. [7596]. Please see #9101 for more details.