How can I use the FocusManager to keep the focus on the current editor session when i click on several DOM elements?
Look at this page:
http://media.dday.it/roby/editor4/samples/inlineall.html
The three column under the slider are editable.
Imagine that 'im writigin in the first column. When i want to insert a youtube video i past a youtube url in the text field above the slider, but when I click on the text input field I lose the editor focus. So I have to click again on editor and then i can push the button "insert media".
Is possible with FocusManager to keep focus on the current editor when i click on some page elements?
Thank you
I try with lock and unlock
I try with lock and unlock but without success!!!
http://docs.ckeditor.com/#!/api/CKEDITOR.focusManager-method-focus
:(
From our bugtrack I know that
From our bugtrack I know that you solved your issue. Link for others: http://dev.ckeditor.com/ticket/10455#comment:4
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Yes, maybe. I still have some
Yes, maybe. I still have some issues but I think that i can fix them.