Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#5364 closed Bug (fixed)

The a11y help dialog doesn't always get focus

Reported by: Frederico Caldeira Knabben Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.3
Component: UI : Dialogs Version: SVN (CKEditor) - OLD
Keywords: Confirmed IBM Review+ Cc: Damian

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 (1)

5364.patch (1.7 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by Garry Yao

Attachment: 5364.patch added

comment:1 Changed 14 years ago by Garry Yao

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

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.

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:3 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5277].

comment:4 Changed 14 years ago by Alfonso Martínez de Lizarrondo

That change has caused #5377

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