Ticket #325 (reopened Bug)
API: GetXHTML() temporarily distorts rendering
| Reported by: | dustball | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.4.2 |
| Keywords: | Firefox Confirmed | Cc: |
Description (last modified by alfonsoml) (diff)
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 ;)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.