Hey there,
I'm having an issue with IE8 and CKEditor. My script basically generates and initializes a CKEditor object, calls .replace to insert it by a textarea element on the page. When the editor is loaded there is script to display the iframe:
$(this).getElements('iframe').show();
An appropriately sized blank frame appears on the page. Examining the source, all of the proper markup is in the page but the editor does not actually display.
Any ideas?