Opened 15 years ago
Closed 15 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)
Change History (9)
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 5125.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Milestone: | → CKEditor 3.2 |
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:3 Changed 15 years ago by
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 15 years ago by
Cc: | Damian added |
---|
Changed 15 years ago by
Attachment: | 5125_2.patch added |
---|
comment:5 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:6 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please check if the _cke_title attribute exists in the rule, before committing.
comment:7 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Not a problem, '_cke' prefixed attribute get cleaned up by default.
Fixed with [5107] in 3.2.x branch.
Freedom Scientific has pointed out a clue that we could probably use the 'textbox' or 'document' role on iframe to make it right.