Opened 12 years ago

Closed 11 years ago

#9541 closed Bug (fixed)

[JAWS] Missing ARIA description for editables

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 4.0.1
Component: Accessibility Version: 4.0
Keywords: JAWS Cc:

Description

  1. Open inlineall samples in IE9 with JAWS14
  2. Press Tab to focus the first editor;
  3. Check JAWS speech:
  • Actual: Edit, contains text;
  • Expected: Rich text editor, sampleTitle

Change History (7)

comment:1 Changed 12 years ago by Garry Yao

Status: newconfirmed
Summary: [JAWS] [IE] Missing ARIA description for editables[JAWS] Missing ARIA description for editables

Modified summary as it's a cross-browser issue.

comment:2 Changed 12 years ago by Garry Yao

Owner: set to Garry Yao
Status: confirmedreview

The patch aligned the ARIA feature of inline/divarea to themed UI.

comment:3 Changed 12 years ago by Frederico Caldeira Knabben

Status: reviewassigned

To simplify the code, couldn't the added logic be handled inside editable::setup()?

comment:4 Changed 12 years ago by Garry Yao

Status: assignedreview

The aria description label element needs to be created inside of the ui spaces, which is not ready yet on editable setup.

comment:5 Changed 12 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 4.0CKEditor 4.0.1

comment:6 Changed 11 years ago by Garry Yao

Opened t/9541 for review, it handles ARIA aspects of all editable types in the core in a consistent way.

comment:7 Changed 11 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: reviewclosed

Fixed with git:da498c3.

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