Opened 12 years ago
Last modified 12 years ago
#10483 confirmed Bug
Incorrectly focused editable after switching between modes
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Focus | Version: | |
Keywords: | Cc: |
Description
Follow up of #10438.
- Download framed_focus.html sample from #10438.
- Focus editor.
- Switch to source mode and back to wysiwyg mode.
- Check that
CKEDITOR.instances.editor1.focusManager.hasFocus
returnstrue
. - Try to blur editor by clicking outside it. No
EDITOR#BLUR
is logged, focus manager still thinks that editor is focused.
This ticket is required to close #10439.