#4073: The Text and Table template will not copy to the editor text area
---------------------------+------------------------------------------------
 Reporter:  damo           |       Owner:  garry.yao   
     Type:  Bug            |      Status:  assigned    
 Priority:  Normal         |   Milestone:  CKEditor 3.1
Component:  Core : Styles  |     Version:              
 Keywords:  IBM Confirmed  |  
---------------------------+------------------------------------------------
Changes (by garry.yao):

  * status:  new => assigned


Comment:

 E.g. After insert 'Strange Template', document result in:
 {{{
 ^<table>....</table> //For IE
 <table><tr><td><h3>^....</table> //For Non-IE
 }}}

 After auto fixing for body logics, it becomes the following, which is
 wicked:
 {{{
 <p><table>....</table>^</p>
 }}}

 The bug is caused by a bug of '''range::enlarge''' which was called inside
 'onSelectionChangeFixBody' function.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/4073#comment:5>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to