Im migrating my site to CKeditor 3 from Fckeditor. So far everything is working well except for one issue.
I receive a js error when a page is loaded by either using IEs back or forward button. When running script debugger I get the following error: Error: Object doesn't support this property or method
Script debugger highlights the following line of code:
My installation is pretty straight forward.. can anyone offer any guidance? thanks
I receive a js error when a page is loaded by either using IEs back or forward button. When running script debugger I get the following error: Error: Object doesn't support this property or method
Script debugger highlights the following line of code:
window.parent.CKEDITOR._["contentDomReadyNoteText"]( window )
My installation is pretty straight forward.. can anyone offer any guidance? thanks
Re: Error when using back/frwd button in IE
The funny thing is it doesnt produce this error when I set the toolbar to Full??
--------------------------------------------------
UPDATE 3.
Ok ive narrowed this down to whenever I remove ['Undo','Redo'] from the toolbar configuration. Very odd!! I guess I will just leave those in there for now..?!? Maybe this is a bug?