#1803: Creating new columns doesn't handle <col> elements
-----------------------+----------------------------------------------------
 Reporter:  alfonsoml  |       Owner:               
     Type:  Bug        |      Status:  new          
 Priority:  Normal     |   Milestone:               
Component:  General    |     Version:  FCKeditor 2.4
 Keywords:  Confirmed  |  
-----------------------+----------------------------------------------------
 go to source mode and paste this
 {{{
 <table>
     <colgroup><col width="70%"><col width="30%"></colgroup>
     <tbody>
         <tr>
             <td>first</td>
             <td>second</td>
         </tr>
     </tbody>
 </table>
 }}}

 switch to design and using the context menu add a new column to the table,
 switch back to source and you'll see
 {{{
 <table>
     <colgroup><col width="70%"><col width="30%"></colgroup>
     <tbody>
         <tr>
             <td>first</td>
             <td>&nbsp;</td>
             <td>second</td>
         </tr>
     </tbody>
 </table>
 }}}
 The colgroup is missing a col for the new column, so the contents might
 get easily distorted

 The behavior isn't browser dependent.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1803>
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