ckeditor

CKEditor not getting user input after initial load in Internet Explorer

So this works in Chrome/FireFox on Windows and Linux, but IE8 on Win7/WinXP fails to behave as expected. I'm using CKEditor with the jQuery adapter. I set up the editor initially like so: $(document).ready( function(){ CKEDITOR.config.height = 400; // i.e. <textarea id="msgtext"></textarea> $('#msgtext').ckeditor(); ...