Hi Guys,
in my CKEditor Instance (Version 4.3.4) i faced with the problem that i get the focus for textitems in every dialog (like ImageBrowser, Flash....) only when i click the Label of the particular TextItem but not if i click directly into the TextItem. Switch the TexItems with Tab is also possible.
Any ideas? Thx
Which browsers do this? Do
Which browsers do this? Do you have any additional plugins installed or something?
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Hi,
Hi,
thanks for your reply. It is present in Firefox 26, but not in the official samples of the CKEditor so i think it is my mistake ;-) I use the full packaged editor from the official download page and played a little bit with the config.js file.
Is there any config parameter which can cause a problem like this? By the fact that it works on label click, i think it is not a Z-Index Problem.
setModal(true) block focus
Hi,
any ideas for that Problem? I use the ck in a gwt environment, maybe there is the problem. I found a similar thread but without replies.
http://ckeditor.com/forums/CKEditor-3.x/Cant-Focus-Dialog-within-GWT-Dialog
(BTW: Not a Browser specific Problem, it is also present in Chrome)
Edit: It seems that the focus event is overwritten by something, if we modify the textfields in firebug manually with a new onClick and this.focus(), it works.
Edit2:
The smartGWT Method setIsModal(true) of our popup including the ckeditor block the focus for the textitems in ckeditor :-( The
javadoc:
(If true, when shown this Window will intercept and block events to all other existing components on the page.
Use showModalMask to darken all other elements on the screen when a modal dialog is showing.
Chained modal windows - that is, modal windows that launch other modal windows - are allowed. You can accomplish this by simply creating a second modal Window while a modal Window is showing.
Note only top-level Windows (Windows without parents) can be modal.)
Thanks and Greetings
Solved: -> http://ckeditor
Solved: -> http://ckeditor.com/forums/CKEditor/SOLVED-Register-Clickhandler-on-every-dialog-plugin