If you set IE9 to IE8 mode, the problem goes away!
Also, if you use the debug version of the scripts (uncompressed), then a whole different set of problems occur!
For instance, in IE9 mode, the Dialog function "$" cannot be called - it causes an error, even though it is correctly defined: "Invalid caller". However, if a call is made to the underlying window.document.getElementById method instead, it work fine.
NetMaster wrote:If you set IE9 to IE8 mode, the problem goes away!
Also, if you use the debug version of the scripts (uncompressed), then a whole different set of problems occur!
For instance, in IE9 mode, the Dialog function "$" cannot be called - it causes an error, even though it is correctly defined: "Invalid caller". However, if a call is made to the underlying window.document.getElementById method instead, it work fine.
Are you talking about CKEditor or the older FCKeditor?
Re: CKEDITOR does not work with ie9 RC
Re: CKEDITOR does not work with ie9 RC
Also, if you use the debug version of the scripts (uncompressed), then a whole different set of problems occur!
For instance, in IE9 mode, the Dialog function "$" cannot be called - it causes an error, even though it is correctly defined: "Invalid caller". However, if a call is made to the underlying window.document.getElementById method instead, it work fine.
Re: CKEDITOR does not work with ie9 RC
Are you talking about CKEditor or the older FCKeditor?
Re: CKEDITOR does not work with ie9 RC
Re: CKEDITOR does not work with ie9 RC
function doTest() { do{} while(false)return; }http://dev.ckeditor.com/ticket/6324http://dev.ckeditor.com/ticket/6322