Opened 16 years ago
Closed 16 years ago
#3415 closed Bug (fixed)
Cannot tab back into text area on all Paste dialogs
Reported by: | Damian | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | Accessibility | Version: | |
Keywords: | IBM Confirmed Review+ | Cc: |
Description
When a paste dialog is opened, e.g. Paste from Word, the cursor will initially be focused inside the text area. After tabbing out of the text area, it is not possible to tab back into it.
Attachments (1)
Change History (6)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 16 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3415.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
The patch fixes two critical errors in addition to adding tab focus support in the paste dialogs:
- Fixed permission denied error at Paste dialog opening in IE.
- Fixed JavaScript error when OK is pressed in Paste From Word dialog.
comment:4 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3485].
Click here for more info about our SVN system.
We're having this bug because there's no logic for handling tab focus for raw html elements in dialog definitions yet - which is used to define the editable areas in paste dialogs.
I've written a patch to add logical support for that in #3291. #3291's patch also fixes the tab order in Paste from Word dialog. Focus order in Paste and Paste as Plaintext dialogs remains to be fixed in this ticket.