Opened 15 years ago
Last modified 13 years ago
#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 (5)
comment:1 Changed 15 years ago by
Keywords: | Firefox added |
---|
comment:2 Changed 15 years ago by
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 15 years ago by
Milestone: | CKEditor 3.1 → 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
comment:5 Changed 13 years ago by
This issue was duplicated in #8487
I have managed to reproduce it in IE9, Webkit, Firefox and Opera.
From CKEditor 3.1.1 when you switch to source and back you are able to type again.
Reported to be FF only issue.