Opened 16 years ago
Closed 16 years ago
#3996 closed Bug (duplicate)
startupFocus doesn't work if editor starts in Source mode
Reported by: | Artur Formella | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | General | Version: | |
Keywords: | Confirmed Review? | Cc: |
Description
startupFocus doesn't work if editor starts in Source Mode.
Test Case in attachment.
Attachments (2)
Change History (8)
Changed 16 years ago by
Attachment: | startupfocus.html added |
---|
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | CKEditor 3.x → CKEditor 3.0 |
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3996.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Keywords: | Pending added; Confirmed Review? removed |
---|---|
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
WFM if I add the following setting to the config.js file:
config.startupFocus = true; config.startupMode = 'source';
Do you have more info on this?
comment:4 Changed 16 years ago by
Yes, editor has focus but
editor.focusManager.hasFocus is false;
and
CKEDITOR.currentInstance.name is null;
comment:5 Changed 16 years ago by
Keywords: | Confirmed Review? added; Pending removed |
---|
Ok... the ticket descript is misleading so.
copy to trunk/_source/tests/core/