Opened 18 years ago
Last modified 12 years ago
#325 closed Bug
API: GetXHTML() temporarily distorts rendering — at Initial Version
Reported by: | Brian Klug | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.4.2 |
Keywords: | Cc: |
Description
Steps to reproduce:
- Load demo page with Firefox
- Choose "Sample 8: Editor API usage" from the drop down
- Focus before "You are using" and hit enter 5 times
- Click "Get Editor Contents (XHTML)"
The call returns the proper XHTML, but the text in the editor jumps.
We are implementing an autosave feature which periodically calls this function to get the XHTML and send it back to the server using XMLHTTPRequest. It works perfectly except for the dancing text ;)