After opening the image or edit link dialogs (probably others) the "shadow" doesn't go away when the dialog is closed.
It doesn't matter if I hit the X or close the dialog by clicking save or OK. The 50% opacity, white modal shadow never goes away.
If I remove this shadow div using the firebug inspectory, everything works as expected.
I am running CKEditor in a jquery dialog already, is anyone else seeing anything like this?
It doesn't matter if I hit the X or close the dialog by clicking save or OK. The 50% opacity, white modal shadow never goes away.
If I remove this shadow div using the firebug inspectory, everything works as expected.
I am running CKEditor in a jquery dialog already, is anyone else seeing anything like this?

Re: 3.5 - dialog windows go away, modal shadow stays
Re: 3.5 - dialog windows go away, modal shadow stays
Did you resolve this k1n6?
Re: 3.5 - dialog windows go away, modal shadow stays
Is your usage in a jquery dialog window? In my situation the user clicks a link, and I prsent them a jQuery dialog with the editor contained inside.
Is that similar to yours?
If there was way to link into the call back when the dialog is removed, it is a trivial javascript to remove the extra modal shadow and it works fine.
Does anyone have any idea on how to hook into the dialog destroy callback for CKEditor?
Re: 3.5 - dialog windows go away, modal shadow stays
Re: 3.5 - dialog windows go away, modal shadow stays
Re: 3.5 - dialog windows go away, modal shadow stays
I heard rumor of a FAQ. Still haven't found it, or any support for that matter. But if there IS a mystical FAQ somewhere that doesn't cost an arm and a leg to access, there's you another solution for it.
Re: 3.5 - dialog windows go away, modal shadow stays
I'm calling my form with CKEditor via a jQuery ajax call (straight page switch, not into a dialog).
On this page I'm using the PHP connector to instantiate my CKEditor, and create the required textarea.
The first time this page is loaded, any of the modal dialogs work as expected - on closure, the overlay disappears and is correctly removed from the DOM.
The second time this page is called, everything BUT the dialogs work properly. As has been mentioned, two instances of the overlay are added into the DOM, and only one is being removed.
I've tried many different ways to get around this, including changing the dialogs plugins.js file and repacking CKEditor. I'm not including the ckeditor.js (or any of it's subsidiaries) in any place outside of the PHP instantiation.
Was anybody else able to solve this problem, without completely taking out the modal overlay?
Dan
Re: 3.5 - dialog windows go away, modal shadow stays
http://dev.ckeditor.com/browser/CKPackager/trunk/bin
Re: 3.5 - dialog windows go away, modal shadow stays