Ticket #5364 (closed Bug: fixed)
The a11y help dialog doesn't always get focus
| Reported by: | fredck | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.3 |
| Component: | UI : Dialogs | Version: | SVN (CKEditor) - OLD |
| Keywords: | Confirmed IBM Review+ | Cc: | damo |
Description
Sometime, with a clean cache, the focus is not sent to the accessibility help when opening it with ALT+0. The caret stays in the editor, and it's even possible to type on it.
I was able to reproduce it with Firefox in the nightly build, but not locally. I think it's related to the download delay of the online installation. It may be that the dialog focus procedure is execute before having the dialog ready, so no focus is set at all.
Attachments
Change History
comment:1 Changed 3 years ago by garry.yao
- Owner set to garry.yao
- Keywords Review? added
- Status changed from new to assigned
It may be that the dialog focus procedure is execute before having the dialog ready, so no focus is set at all.
Before dialog skin (CSS part) is ready precisely, note that this is not a problem specific to 'a11yhelp' dialog, but applies to all dialogs.
Note: See
TracTickets for help on using
tickets.
