Ticket #5314 (closed Bug: fixed)
aria-selected attribute is not removed when rich combo box list item is deselected.
| Reported by: | JoeK | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.1 |
| Component: | Accessibility | Version: | SVN (CKEditor) - OLD |
| Keywords: | IBM Confirmed | Cc: | damo, satya_minnekanti@… |
Description
- Open the Ajax sample.
- Enter some text and select it.
- Apply the style of 'Blue Title' and 'Marker: Green' using the Style drop down.
- Change the style to 'Red Title' and 'Marker: Green'.
- Inspect the anchor elements for the 'Blue Title' and 'Red Title' menu items. They both have the aria-selected attribute. Only the 'Red Title' list item element has the CSS class cke_selected. (See Attachment)
The CKEDITOR.ui.listBlock.mark function marks a list item selected by adding the CSS class 'cke_selected' and a 'aria-selected' attribute. The CKEDITOR.ui.listBlock.unmark and CKEDITOR.ui.listBlock.unmarkAll remove the CSS class, but do not remove the aria-selected attribute.
Attachments
Change History
comment:2 Changed 3 years ago by garry.yao
- Owner set to garry.yao
- Status changed from new to assigned
- Component changed from Core : Lists to Accessibility
- Keywords Confirmed added
Supposed to be fixed by #5343.
comment:3 Changed 3 years ago by garry.yao
- Status changed from assigned to closed
- Resolution set to fixed
Fixed by #5343.
comment:4 Changed 2 years ago by fredck
- Status changed from closed to reopened
- Resolution fixed deleted
No, this has not been fixed by #5343.
Note: See
TracTickets for help on using
tickets.
