Ticket #2389 (closed Bug: worksforme)
Merge Cells removes attributes from tr in table
| Reported by: | mattleff | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.5 Beta |
| Keywords: | Confirmed DataLoss | Cc: |
Description
When two cells are merged the class attribute on the tr(s) in the table is removed.
Steps to reproduce:
Click on the source button and remove the existing code and paste in the following
<table>
<tbody>
<tr class="sample_class">
<td>Test cell</td>
<td>Test cell 2</td>
</tr>
</tbody>
</table>
Click the source button again to exit source view and click in the two cells. Right-click and select merge cells (or merge right). Click source again and the class attribute is removed from the tr.
This is reproducible in either the demo on FCKeditor.net or the nightly build. It reproduces in FF3, FF2, IE7, and IE6 and doesn't seem to be dependent on platform used.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
