CKEditor Width = 0 Bug
Place the html file in the same folder as ckeditor.js
Open the html file in Google Chrome
Note:
There is text in the CKEditor and it is editable
Click the "Hide CKEditor" button
Resize your browser window
Click the "Show CKEditor" button
Note:
The text is missing from the editor, the editor is not editable (the reason is the CKEditor's iframe has width = 0)
Resize your browser window again
Note:
The text is now visible/editable on the editor again
<b>Some default text in the editor.</b> <i>This text will be visible when you first load the editor.</i> But this text will not be visible after running through the steps listed above the editor.