Ticket #4398 (confirmed Bug)
Support for detaching from the DOM
| Reported by: | tobiasz.cudnik | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Firefox | Cc: |
Description
Migrated from forum thread.
TC
- Open demo page.
- Execute following code to move editor above the header.
$("#header").before( $("div.demo") )
Result: Editor's content changes to "null" and it's not editable.
Change History
comment:2 Changed 4 years ago by alfonsoml
I don't really know what's that code supposed to do, but the fact that removing an iframe from the DOM causes problem has been a long known problem, and I think that at least webkit is also affected.
I wouldn't waste too much effort on it.
comment:3 Changed 4 years ago by fredck
- Milestone changed from CKEditor 3.1 to CKEditor 3.x
Some research could be done here on spare time, but no hi-pri because of it for now. This is a browser limitation
Note: See
TracTickets for help on using
tickets.

Reported to be FF only issue.