Ticket #1941 (closed Bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

mergedown error

Reported by: aceseol 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

Changed 2 years ago by martinkou

  • status changed from new to closed
  • resolution set to duplicate

This is a dup of #1917.

Note: See TracTickets for help on using tickets.