﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2097	JS error when rightclicking table with thead tag	Alex		"Right clicking in the last row of a table that contains a thead produces a JS error (on Firefox 2.0.0.13 OSX 10.5.2) 

A[B] has no properties
fckeditorcode_gec... (line 64)


The HTML table below will reproduce this JS error on the current 2.6 online demo
{{{
<table width=""200"" cellspacing=""1"" cellpadding=""1"" border=""1"">
    <thead>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </tbody>
</table>
}}}

Further more, If there are 2 rows  in the thead then the last 2 rows of the table will show the same error.. 

"	Bug	closed	Normal		UI : Context Menu	FCKeditor 2.6	duplicate	Confirmed	
