Opened 17 years ago

Closed 17 years ago

#1941 closed Bug (duplicate)

mergedown error

Reported by: Jaedeok Seol Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.5.1
Keywords: mergedown Cc:

Description

<table>
<tr><td>Cell 1</td><td>Cell 2</td><td>Cell 3</td></tr>
<tr><td>Cell 3</td><td>Cell 4</td><td>Cell 5</td></tr>
<tr><td>Cell 6</td><td>Cell 7</td><td>Cell 8</td></tr>
</table>

example)

mouse point Cell 3
mergedown


<table>
<tr><td>Cell 1</td><td>Cell 2</td><td rowspan="2">Cell 3<br />Cell 5</td></tr>
<tr><td>Cell 3</td><td>Cell 4</td></tr>
<tr><td>Cell 6</td><td>Cell 7</td><td>Cell 8</td></tr>
</table>

mergedown


<table>
<tr><td>Cell 1</td><td>Cell 2</td><td rowspan="2">Cell 3<br />Cell 5<br />Cell 8</td></tr>
<tr><td>Cell 3</td><td>Cell 4</td></tr>
<tr><td>Cell 6</td><td>Cell 7</td></tr>
</table>

Change History (1)

comment:1 Changed 17 years ago by Martin Kou

Resolution: duplicate
Status: newclosed

This is a dup of #1917.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy