I am using jQuery to open a dialog window with a textarea transformed into an instance of CKEditor. I\'m using the jQuery adapter provided by the CKEditor team but when the
Just solved the exact same problem by disabling the jQuery UI effect on the popup dialog (show option).
Took me like forever to figure this out. Now the editor is behaving as expected.