IE Access/Permission Denied Bug Fix!!
I believe I have found a fix to this error
After spending days trying to replicate this error, I find
that I had already resolved this error, without even knowing it, while
refining some of the code for the next version, and it was
done by changing one line of code!!
I was expecting this fix to take days to workout, but here is the fix:-
Change line 135 of the file 'RTE_javascript.asp' from:-
editor.designMode = 'on';
To:-
editor.body.contentEditable = true;
|
I've updated it on the beta page at:-
http://www.richtexteditor.org/beta/
If all those that had this error in IE please try the update and let me know it works.
Many thanks all of you for your help with this
Edited by -boRg- - 29 January 2005 at 11:51am