I am attempting to use the editor with Safari 2.0.3.
When the editor first loads and has no content yet, it looks like you are generating a <DIV></DIV>. With this as the default content, the cursor cannot be placed in the editor text area and the editor will not accept any input.
I am able to duplicate this problem on the demo site by removing the content and changing the content to just contain <DIV></DIV> from the HTML View. If I remove the <DIV></DIV> then everything works correctly.
Is there a way to prevent the <DIV></DIV> from being generated for the default initial content?