#503: Unordered list paste: doesn't work correctly in IE
----------------------+-----------------------------------------------------
  Reporter:  tba21cn  |       Owner:  martinkou      
      Type:  Bug      |      Status:  assigned       
  Priority:  Normal   |   Milestone:  FCKeditor 2.6  
 Component:  General  |     Version:  FCKeditor 2.4.1
Resolution:           |    Keywords:  Review?        
----------------------+-----------------------------------------------------
Comment (by fredck):

 Replying to [comment:7 jonhg]:
 > You're probably right. It had been fun if you explained a bit how the
 xhtml processor works. It isn't as easy as the document processor to
 understand :).

 The Document Processor can be used to make changes in the content when
 loading it. It is also used when calling the InsertHtml function. So your
 proposed code would work to fix already existing code, or even code pasted
 through the dialogs.

 In the other hand, the pure pasting operations would no be handled with
 it.

 > I also think that we need to be sure that the xhtml processor is runned
 immediately after paste and not only when switching view mode or saving.
 >
 > In general I think that it is a bit confusing for the user when the
 document could be changed after he saves it. This should happen in real
 time - thats why I went for the document processor.

 I agree with you. Our problem here is the very limited support browsers
 give to pasting operations.

 About the XHTML processor, it simply navigates through the DOM tree,
 generating the final output produced by the editor.

 For safety, all we can propose is fixing the generated code with the XHTML
 processor, as proposed by Martin.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/503#comment:12>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to