Opened 13 years ago
Closed 13 years ago
#8777 closed Bug (invalid)
Change focus to Editor not work
Reported by: | Bogdan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
When I write code:
var editor=CKEDITOR.instances['komentarz']; alert (editor.name); // it show: komentarz alert (editor.focusManager.hasFocus); // it show false - OK editor.focusManager.focus(); // cursor is not moved to editor
please check that and correct me if i wrong thanks Bogdan
As described in http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.focusManager.html#focus, you should use http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#focus