Ticket #1941 (closed Bug: duplicate)
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
Note: See
TracTickets for help on using
tickets.