Hello Everyone,
There is an issue present in the TinyMCE plugin. Performing tests on my own forum and the public demo forum (http://demo.simple-press.com/forum/) provided by simple-press, I have discovered the script errors below, which at present seem to be causing a serious side-effect in Internet Explorer :
————————
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; IPH 1.1.21.4019)
Timestamp: Fri, 22 Mar 2013 14:10:44 UTC
Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://w.sharethis.com/button/buttons.js
Message: ‘stLight’ is undefined
Line: 241
Char: 17
Code: 0
URI: http://demo.simple-press.com/forum/demo-forum-1/editing-posts/
Message: ‘title’ is null or not an object
Line: 140
Char: 18561
Code: 0
URI: http://demo.simple-press.com/wp-content/sp-plugin-scripts-footer.js?ver=12
Message: ‘tinyMCE.activeEditor’ is null or not an objectLine: 2Char: 14435Code: 0URI: http://demo.simple-press.com/wp-includes/js/jquery/jquery.js?ver=1.8.3
————————
The issue quoted above is causing me much headache at the moment. This could be a side-effect of parallelism in the processing of JavaScripts, as jQuery is parsed first before the TinyMCE JavaScript libs located in the body. TinyMCE itself doesn’t use jQuery but perhaps there is a namespace collision, or some definition error.
There is an issue here, and its in relation to IE and these scripts. Please test this for yourself. These errors cause the editor to fail in loading.
This needs to be fixed. Can anyone offer some resolution or insight into this issue.


