Hello last week on friday I tryed your CKEditor_3.6.4 version. I followed integration steps and made easy form
<head> <script type="text/javascript" src="ckeditor/ckeditor.js"></script> </head> <body> <textarea id="editor1" name="editor1">Initial Value</textarea> <script type="text/javascript"> CKEDITOR.replace( 'editor1' ); </script> </body> </html>
Everything was working good, I was testing a lot things with Chrome Version 22.0.1229.94 m, but when I today came back and wanted to continue to work with it, It doesn't work any more in Chrome, the I can't enter textarea to write something. But in Mozilla it's working.. Only errors, what I can see from chrome console are:
Uncaught TypeError: Cannot call method 'getSelection' of undefined ckeditor.js:132
And this is only in case if i'm trying to press any button on editor..
I don't know what's the problem, any suggestions?
Re: CKEditor don't work anymore
P.S. I just tryed the same page to visit from different PC's with the same Chrome version, on different PC it works good, on my not..