Opened 14 years ago

Closed 13 years ago

#5314 closed Bug (fixed)

aria-selected attribute is not removed when rich combo box list item is deselected.

Reported by: Joe Kavanagh Owned by: Frederico Caldeira Knabben
Priority: Normal Milestone: CKEditor 3.6.1
Component: Accessibility Version: SVN (CKEditor) - OLD
Keywords: IBM Confirmed Cc: Damian, satya_minnekanti@…

Description

  1. Open the Ajax sample.
  1. Enter some text and select it.
  1. Apply the style of 'Blue Title' and 'Marker: Green' using the Style drop down.
  1. Change the style to 'Red Title' and 'Marker: Green'.
  1. 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 (2)

listblock aria-selected.gif (44.2 KB) - added by Joe Kavanagh 14 years ago.
5314.patch (1.2 KB) - added by Frederico Caldeira Knabben 13 years ago.

Download all attachments as: .zip

Change History (11)

Changed 14 years ago by Joe Kavanagh

Attachment: listblock aria-selected.gif added

comment:1 Changed 14 years ago by Damian

Milestone: CKEditor 3.3

comment:2 Changed 14 years ago by Garry Yao

Component: Core : ListsAccessibility
Keywords: Confirmed added
Owner: set to Garry Yao
Status: newassigned

Supposed to be fixed by #5343.

comment:3 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed by #5343.

comment:4 Changed 13 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: closedreopened

No, this has not been fixed by #5343.

Changed 13 years ago by Frederico Caldeira Knabben

Attachment: 5314.patch added

comment:5 Changed 13 years ago by Frederico Caldeira Knabben

Owner: changed from Garry Yao to Frederico Caldeira Knabben
Status: reopenedreview

comment:6 Changed 13 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.3

comment:7 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:8 Changed 13 years ago by Garry Yao

Status: reviewreview_passed

comment:9 Changed 13 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.6.1
Resolution: fixed
Status: review_passedclosed

Fixed with [6972].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy