Problem with jQuery UI Dialogs an CKEditor
hi guys,
I'm developing a little site where I show a CKEditor (WYSWIG Html
Editor-> http://ckeditor.com/ ) inside a jQuery UI Dialog.
The problem comes when CKEditor open its dialogs (for example clicking
the add-link button). The dialog shows correctly, the input shows the
blinking cursor (so, it receives the focus properly) and mouse events
are working fine (you can change select values, for instance), BUT
keyboard simply does not work. You can't type anything on the input
text even tough it's showing the blinking text-input-cursor.
Googling around I've found that my problem it's pretty similar to
this: http://dev.jqueryui.com/ticket/4309 but instead of two jQuery
dialogs I have one jQuery Dialog and one CKEditor dialog
Any clues on where to start to fix it??
Thx so much,
Victor