#3801: IE: Comments at the start of the document get lost ----------------------------------+----------------------------------------- Reporter: fredck | Owner: tobiasz.cudnik Type: Bug | Status: assigned Priority: Normal | Milestone: CKEditor 3.0 Component: General | Version: SVN (CKEditor) Keywords: Confirmed IE Review- | ----------------------------------+----------------------------------------- Changes (by arczi):
* keywords: Confirmed IE Review? => Confirmed IE Review- Comment: This bug is bigger. Please try the following source: {{{ <p><!-- foo -->a</p> }}} result: foo is missing but second "foo" works: {{{ <p><!-- foo -->a</p> <p><!-- foo -->a</p> }}} I think the reason is the same as in htmldataprocessor plugin - I mean: {{{ div.innerHTML = data; data = div.innerHTML; }}} -- Ticket URL: <http://dev.fckeditor.net/ticket/3801#comment:9> FCKeditor <http://www.fckeditor.net/> The text editor for Internet ------------------------------------------------------------------------------ _______________________________________________ FCKeditor-Trac mailing list FCKeditor-Trac@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fckeditor-trac