#2765: CKEditor is leaving cke_expando indices in the HTML source in IE
---------------------------------+------------------------------------------
  Reporter:  martinkou           |       Owner:  garry.yao           
      Type:  Bug                 |      Status:  reopened            
  Priority:  High                |   Milestone:  CKEditor 3.0        
 Component:  Core : Output Data  |     Version:  SVN                 
Resolution:                      |    Keywords:  Confirmed IE Review-
---------------------------------+------------------------------------------

Comment(by garry.yao):

 My reason for modified ''_source/plugins/fakeobjects/plugin.js'' and
 ''_source/plugins/htmldataprocessor/plugin.js'' is that fakeobjects
 transformation has been performed after the normal html processing:
 {{{
                                                                 // Get the
 HTML version of the data.
                                                                 if (
 editor.dataProcessor )
 data = editor.dataProcessor.toHtml( data );

                                                                 ...

                                                                 // Protect
 src or href attributes.
                                                                 data =
 protectUrls( data );

                                                                 // Replace
 tags with fake elements.
                                                                 if (
 editor.fakeobjects )
 data = editor.fakeobjects.protectHtml( data );
 }}}

 So during the restore of fakeobject to real dom elements, some expando
 attrs were attached again, fakeobject is required to again use it's own
 editor's html-processor to clean it up, to make sure that even the fake
 objects's transformed output HTML were correctly formatted.

 Are there other reasons for this patch's failure?

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2765#comment:14>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to