#2885: Implement the div container command.
-------------------------------+--------------------------------------------
 Reporter:  martinkou          |       Owner:  martinkou      
     Type:  Task               |      Status:  new            
 Priority:  Normal             |   Milestone:  CKEditor 3.0   
Component:  General            |     Version:  SVN (FCKeditor)
 Keywords:  Confirmed Review-  |  
-------------------------------+--------------------------------------------
Changes (by garry.yao):

  * keywords:  Confirmed Review? => Confirmed Review-


Comment:

 L232 - L248 of ''div.js'' has caused another bug reproduced by :
  1. Apply div on the following document with selection:
 {{{
 <table>
                         <tr><td>te^xt</td></tr>
 </table>
 }}}
  * Expected Result :
 {{{
 <table>
                         <tr><td><div><p>te^xt<p></div></td></tr>
 </table>
 }}}
  * Actual Result:
 {{{
 <table>
                         <tr><td><div><p><br /><p></div></td></tr>
 </table>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2885#comment:18>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to