﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2472	Splitting <th> produces a <td> instead of a second <th>	shri	Alfonso Martínez de Lizarrondo	"Insert the following table into the editor on the demo page
{{{
<table width=""200"" cellspacing=""1"" cellpadding=""1"" border=""1"">
    <thead>
        <tr>
            <th scope=""col"" colspan=""2"">&nbsp;&nbsp;&nbsp;</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </tbody>
</table>
}}}

Splitting the header cell horizontally produces a <td> within the <thead> as opposed to <th> as shown below
{{{
<table width=""200"" cellspacing=""1"" cellpadding=""1"" border=""1"">
    <thead>
        <tr>
            <th scope=""col"">&nbsp;&nbsp;&nbsp;</th>
            <td>&nbsp;</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </tbody>
</table>
}}}"	Bug	closed	Normal	FCKeditor 2.6.4	General	FCKeditor 2.6.3	fixed	Review+	
