Hi,
I have added a plugin to the editor which opens a window containing virtual keyboards with special characters for use with certain languages. This works as planned but when the window opens the editor loses the focus. I want to reset it i.e. put the the blinking caret back where it was. I read this:
Note that this function will not explicitelly set the focus in the editor (for example, making the caret blinking on it). Use CKEDITOR.editor#focus for it instead.
here http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.focusManager.html and tried to use the code without success. Then I downloaded 5509 by gary.yao from here: http://dev.ckeditor.com/ticket/5713 I can load this plugin but I don't know how to implement the focus() function. Please help if you can.