#3188: V3 : Implement the <pre> support
-------------------------------+--------------------------------------------
 Reporter:  fredck             |       Owner:  garry.yao   
     Type:  Bug                |      Status:  assigned    
 Priority:  Normal             |   Milestone:  CKEditor 3.0
Component:  General            |     Version:              
 Keywords:  Confirmed Review?  |  
-------------------------------+--------------------------------------------
Changes (by garry.yao):

  * keywords:  Confirmed => Confirmed Review?


Comment:

 Proposing the patch with the following changeset:
  1. Dedicate the '<pre>' handling logic inside '''format plugin''' by
 introducing sort of 'processor' function to '''CKEDITOR.style''' for
 customizable style processing, which is different from v2, where specific
 logics were expanding the core style system codes, we could benefit from
 it when '<pre>' is not appeared within the format options at all;
  1. Adding a default rule for writer which preserve the indentation of
 contents within '<pre>';
  1. Enhance the html parser '''not''' stripping empty spaces in '<pre>'.
  1. Update the '''onElement''' filter, enable it to transform 'element'
 into 'text node' within the filter.
 Note that part of the changes is already proposed at #2886 but with
 different implementations.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3188#comment:3>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to