As the title implies is it possible to make the image dialog non-modal? I'm working with a CMS which already has a file browser built in, and I've successfully changed the browse server button to open this dialog, however it opens behind the image dialog and I cannot use it..
Open to any suggestions here..
Open to any suggestions here..

Re: Make Image Dialog non modal
CKEDITOR.editorConfig = function( config )
{
config.baseFloatZIndex = 192;
};