HI friends,
We have a custom page/form to open it in 'insert image' dialog window. We have created an iframe dynamically and then opening the custom form in that iframe . The content in the dialog window is displaying perfectly in IE6, IE8 but it is not displaying custom form content in IE9 browser. But once clicked in the dialog window, content is displaying.
Thanks for your help in advance.
Regards,
Chinna
Try turning on compatibility mode
Look for the little icon in the upper right corner. Necessary to wait some seconds to allow the content to load.
Thank you for reply
I clicked on compatibility view but of no use. here is the code that create and iframe dynamically and in iframe we are setting source as my custom form. contents : [ { id: 'imageCus', label: 'Image', elements : [ { type : 'hbox', padding : 0, width: '100px', height: '500px', children : [ { type : 'html', style : 'margin-top:10px;width:420px;height:280px;', width: '100px', height: '500px', onLoad : function() {}, html :"" } ] } ] } ] }; }; CKEDITOR.dialog.add( 'cimage', function( editor ) { return imageDialog( editor, 'cimage' ); }); })(); Please see the attached blank dialog screenshot. Somebody had the same problem and they figured to solve the problem. please see the below url. i am unable to the below fix also. http://ckeditor.com/forums/Support/anyone-having-problems-iframe-dialogs-IE9#comment-125238 Regards, Chinna