Opened 15 years ago

Last modified 12 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

  1. Open demo page.
  2. 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 Tobiasz Cudnik

Keywords: Firefox added

Reported to be FF only issue.

comment:2 Changed 15 years ago by Alfonso Martínez de Lizarrondo

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 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.1CKEditor 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:4 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

comment:5 Changed 12 years ago by Jakub Ś

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy