#2800: Wrong colspan after deleting column
-----------------------+----------------------------------------------------
 Reporter:  kwillems   |       Owner:               
     Type:  Bug        |      Status:  new          
 Priority:  Normal     |   Milestone:               
Component:  General    |     Version:  FCKeditor 2.4
 Keywords:  Confirmed  |  
-----------------------+----------------------------------------------------

Comment(by kwillems):

 I stumbled upon problems with deleting a column in a table like this:

 {{{
 <table title="table" cellspacing="0" cellpadding="0" summary="table">
     <thead>
         <tr>
             <th scope="col">1</th>
             <th scope="col">2</th>
             <th>3</th>
         </tr>
     </thead>
     <tbody>
         <tr>
             <td>a</td>
             <td rowspan="3">b</td>
             <td rowspan="2">c</td>
         </tr>
         <tr>
             <td>c</td>
         </tr>
         <tr>
             <td>d</td>
             <td>e</td>
         </tr>
         <tr>
             <td>f</td>
             <td colspan="2">g</td>
         </tr>
     </tbody>
 </table>
 }}}

 So, I did some dirty trick in the previous patch.
 By the way, the new patch is only working in conjunction with this patch:
 [http://dev.fckeditor.net/attachment/ticket/2859/2859.patch]

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2800#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to