Opened 12 years ago

Closed 12 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

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
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