#2800: Wrong colspan after deleting column
----------------------+-----------------------------------------------------
 Reporter:  kwillems  |       Owner:     
     Type:  Bug       |      Status:  new
 Priority:  Normal    |   Milestone:     
Component:  General   |     Version:     
 Keywords:            |  
----------------------+-----------------------------------------------------
 Take a 3 * 2 table like this:

 {{{
     <table title="tabel" cellspacing="0" cellpadding="0" summary="table">
         <thead>
             <tr>
                 <th scope="col">1</th>
                 <th scope="col">2</th>
             </tr>
         </thead>
         <tbody>
             <tr>
                 <td>a</td>
                 <td>b</td>
             </tr>
             <tr>
                 <td colspan="2">c</td>
             </tr>
         </tbody>
     </table>
 }}}

 Now right click in cell b and delete that column.
 You will see that the colspan of cell c is not lowered (or, in this case,
 removed).

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2800>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to