<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>
Uncaught TypeError: Cannot call method 'getSelection' of undefined ckeditor.js:132

Re: CKEditor don't work anymore