Opened 14 years ago

Closed 14 years ago

#5125 closed Bug (fixed)

Make the wysiwyg mode editable by default with JAWS

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.2
Component: Accessibility Version: SVN (CKEditor) - OLD
Keywords: Confirmed Review+ Cc: Damian

Description

Currently when the editing block gains focus, JAWS stays in VPC mode, we could apply the proper ARIA role to make PC mode turned on automatically.

Attachments (2)

5125.patch (2.8 KB) - added by Garry Yao 14 years ago.
5125_2.patch (3.2 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 14 years ago by Garry Yao

Freedom Scientific has pointed out a clue that we could probably use the 'textbox' or 'document' role on iframe to make it right.

Changed 14 years ago by Garry Yao

Attachment: 5125.patch added

comment:2 Changed 14 years ago by Garry Yao

Keywords: Review? added
Milestone: CKEditor 3.2
Owner: set to Garry Yao
Status: newassigned

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review- added; Review? removed

For the "title backup", instead of using a local variable for it, lets have a custom attribute in the <title> element, so it can be modified by other parts of the code, like a dialog for editing the page title.

At that point, we should not use the beforeModeUnload event to restore it, having instead a specific rule for it in the document processor.

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Cc: Damian added

Changed 14 years ago by Garry Yao

Attachment: 5125_2.patch added

comment:5 Changed 14 years ago by Garry Yao

Keywords: Review? added; Review- removed

comment:6 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

Please check if the _cke_title attribute exists in the rule, before committing.

comment:7 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Not a problem, '_cke' prefixed attribute get cleaned up by default.
Fixed with [5107] in 3.2.x branch.

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