Opened 15 years ago
Closed 15 years ago
#6513 closed Bug (fixed)
ARIA list property incorrect in "stylescombo"
| Reported by: | Garry Yao | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4.3 |
| Component: | Accessibility | Version: | 3.2 |
| Keywords: | Firefox | Cc: |
Description
Open styles combo and check the the "aria-setsize" attribute that presented on list item link, undefined is found there, it breaks the understanding of list structure for screen readers.
Attachments (2)
Change History (11)
Changed 15 years ago by
| Attachment: | 6513.patch added |
|---|
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 15 years ago by
| Milestone: | CKEditor 3.5 → CKEditor 3.4.3 |
|---|
comment:3 Changed 15 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | confirmed → review |
comment:4 Changed 15 years ago by
| Status: | review → assigned |
|---|
comment:5 Changed 15 years ago by
| Status: | assigned → pending |
|---|
Styles combo/Firefox3.6.12, original message from JAWS team:
The posinset and setsize values seem to be incorrect on the "format styles" list. On http://nightly.ckeditor.com/5934/_samples/replacebyclass.html click on the "format styles" button and you get a list of options. Looking at the IAccessible information I see strange values for posinset and setsize for the items in the list (this is a previously reported issue with FF 3.6).
comment:6 Changed 15 years ago by
| Keywords: | Firefox added |
|---|
comment:7 Changed 15 years ago by
| Status: | pending → review |
|---|
Changed 15 years ago by
| Attachment: | 6513_2.patch added |
|---|
comment:8 Changed 15 years ago by
| Status: | review → review_failed |
|---|
It's not my intention to take over the ticket, but considering that it's wrong to access private variables from other parts of the code, I was wondering if the attached solution would be proper to fix it.
If you feel it's ok, please go ahead committing it directly.
comment:9 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_failed → closed |
Fixed with [6140].

I'm not able to reproduce this problem. aria-setsize is properly set. Do you have more info?