#2859: Wrong rowspan and empty rows after merging down rowspanned cells
----------------------+-----------------------------------------------------
Reporter: kwillems | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone: FCKeditor 2.6.5
Component: General | Version: FCKeditor 2.6.4
Keywords: |
----------------------+-----------------------------------------------------
Take 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>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td rowspan="3">b</td>
</tr>
<tr>
<td>c</td>
</tr>
<tr>
<td>d</td>
</tr>
<tr>
<td>e</td>
<td>f</td>
</tr>
</tbody>
</table>
}}}
Now merge down cell c with cell d and switch to SourceMode to look at the
code.
Cell b still has a rowspan 3 and cell c has a rowspan 2. Furthermore an
empty row appears.
--
Ticket URL: <http://dev.fckeditor.net/ticket/2859>
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