Hey guys I've a question regarding ouput formatting using the htmlWriter and the caret position. I'm using CKEditor 3.6.6 and here's what I do:
- Enter some text
- Move cursor to any position in the editor
- Open the "Paste as plain text"-Dialog
- Paste the text and click ok
The text is pasted to the end of the document.
What you can see is, that after performing Step 3 the editor shortly flashes. And after that the cursor moved to the end of the document. I'm using the htmlWriter to change the output to my desired format. Any ideas what goes on here, or what I can do to prevent the cursor move?
If you need any more information to track down this problem feel free to ask!
Kind regards,
Jan