(Created page with '=Corrections= * window.opener.CKEDITOR.tools.callFunction() should be used rather than CKEDITOR.tools.callFunction()') |
(→IE Compliance with Example 4: new section) |
||
Line 1: | Line 1: | ||
=Corrections= | =Corrections= | ||
* window.opener.CKEDITOR.tools.callFunction() should be used rather than CKEDITOR.tools.callFunction() | * window.opener.CKEDITOR.tools.callFunction() should be used rather than CKEDITOR.tools.callFunction() | ||
+ | |||
+ | == IE Compliance with Example 4 == | ||
+ | |||
+ | Example 4 does not fire for Internet Explorer in any of the tests I've run. Tested fine with Firefox, Opera and Safari. Anyone know of alternative code that will allow it to fire in IE? |
Latest revision as of 01:23, 25 August 2011
Corrections
- window.opener.CKEDITOR.tools.callFunction() should be used rather than CKEDITOR.tools.callFunction()
IE Compliance with Example 4
Example 4 does not fire for Internet Explorer in any of the tests I've run. Tested fine with Firefox, Opera and Safari. Anyone know of alternative code that will allow it to fire in IE?