Opened 16 years ago
Closed 16 years ago
#3557 closed Bug (fixed)
Disabled toolbar buttons are indistinguishable from normal toolbar buttons in JAWS
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | Accessibility | Version: | |
Keywords: | Oracle Review+ | Cc: | senthil.kumaran@… |
Description
To reproduce:
- Open replacebyclass.html in any browser.
- Put caret to first paragraph - the decrease indent button should be disabled.
- Press Alt+F10.
- Press Tab until the focus goes to the button right before the decrease indent button.
- Press Tab.
- The decrease indent button gets the focus, and the getting read by JAWS - there is no indication that the button is disabled.
Attachments (3)
Change History (15)
comment:1 Changed 16 years ago by
Summary: | Disabled toolbar buttons are indistinguishable to normal toolbar buttons in JAWS → Disabled toolbar buttons are indistinguishable from normal toolbar buttons in JAWS |
---|
comment:2 Changed 16 years ago by
Status: | new → assigned |
---|
Changed 16 years ago by
Attachment: | 3357.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
Changed 16 years ago by
Attachment: | 3557.patch added |
---|
comment:6 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:7 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
I'm not sure about it, but I assume that different languages may have different rules to write the "unavailable" text. As this is out of our knowledge, we should provide a generic solution that certainly fit all needs. It means that the lang.unavailable entry should look like this:
unavailable : '%1, Unavailable'
Also, the search and replace tricks to set the title are a bit weird. Isn't this.title
enough for that?
Changed 16 years ago by
Attachment: | 3557_2.patch added |
---|
comment:8 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:9 Changed 16 years ago by
Cc: | senthil.kumaran@… added |
---|---|
Keywords: | Oracle added; Review? removed |
comment:11 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:12 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3639].
Click here for more info about our SVN system.
Sorry, but this patch has nothing to do with this issue.