Opened 16 years ago
Closed 16 years ago
#3073 closed Bug (fixed)
Accessibility: Tab key toolbar navigation stop at Combo
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Review+ | Cc: |
Description (last modified by )
It's now impossible to use Tab navigating through all the toolbar items caused by a stop at the the first combo button.
Attachments (2)
Change History (9)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3073.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
It's nice to see that the keystrokes system for the toolbar are so easy to handle.
The patch is almost good. There is just one minor thing... the "hidefocus=true" attribute should not have been removed from "richcombo/plugin.js" line 123, as it fixes a small rendering issue with IE. It's ok for the rest.
Changed 16 years ago by
Attachment: | 3073_2.patch added |
---|
comment:5 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:6 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:7 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3175]. Click here for more info about our SVN system.
The patch fixing the ComboButton and PanelButton so they are now accessible by Tab and other navigation keystrokes, 'Space' and 'Enter' keystrokes are customized, it will open the panel instead of performing commands.