I'm using Chome and if I'm in non-editor mode (ie: regular <div> display) and resize my browser THEN go into CKeditor mode, my text is not visable. If I resize the browser while in edit mode or click the source button, the text becomes visible again. No issues in maximize window or in IE.
Using Chome debug, I can see my text in the HTML tag.. its just not visable until I resize or click the source button.
If I dont resize in non-edit mode, it appears fine.
Well, I guess I have a
Well, I guess I have a solution. I have to create and destroy the CKEditor each time I enter and leave the editor.. I had the editor created at initializing of the page.