﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2389	Merge Cells removes attributes from tr in table	Matthew Leffler		"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. "	Bug	closed	Normal		General	FCKeditor 2.5 Beta	worksforme	Confirmed DataLoss	
