﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5266	Table headers incorrectly displayed when SCAYT is enabled	Wiktor Walc		"When SCAYT is disabled, two `<th>` cells are displayed just like if there was one cell. Confirmed in Safari 4 and FF 3.5.8.

=== Steps to reproduce ===
 * enable SCAYT
 * switch to source mode, paste the following code:
{{{
<table>
                <tr>
                                <th>
                                                hello
                                </th>
                                <th>
                                                world
                                </th>
                </tr>
                <tr>
                                <td>text 1</td>
                                <td>text 2</td>
                </tr>
</table>
}}}
 * switch to wysiwyg mode
 * result: look at the header, it looks like if there was `<th>hello world </th>` (when switching back to source mode, the code is fine, it just looks strange)
 "	Bug	closed	Normal	CKEditor 3.3	General	SVN (CKEditor) - OLD	fixed	Confirmed	WebSpellChecker.net
