#3330: Bogus br when Insert table cell
----------------------------+-----------------------------------------------
 Reporter:  garry.yao       |       Owner:              
     Type:  Bug             |      Status:  new         
 Priority:  Normal          |   Milestone:  CKEditor 3.0
Component:  General         |     Version:              
 Keywords:  Firefox Webkit  |  
----------------------------+-----------------------------------------------
 Table cell insertion logic should be optimized to be filled with bogus BR
 instead of hard BR.
 === Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Clear all document content, and open 'Table' dialog to Insert a 1x1
 table;
 1. Switch to 'Source' mode.
   * Actual Result: Extra BRs displayed in source code.
 {{{
 <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
         <tbody>
                 <tr>
                         <td>
                                 <br />
                         </td>
                 </tr>
         </tbody>
 </table>
 <p>
         <br />
 </p>
 }}}
   * Expected Result:
 {{{
 <table border="1" cellpadding="1" cellspacing="1" style="width: 200px">
         <tbody>
                 <tr>
                         <td>
                         </td>
                 </tr>
         </tbody>
 </table>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3330>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to