﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1865	Contextmenu in last row of a table with thead doesn't work	Koen Willems	Alfonso Martínez de Lizarrondo	"I've just updated from version 2.4.3 to version 2.5.1.

I noticed that in a table with a thead en th-cells the contextmenu doesn't work when right-clicking in de last (bottom) row.

Example:

{{{
<table title=""Tabel"" cellspacing=""0"" cellpadding=""0"" summary=""Tabel"">
    <thead>
        <tr>
            <th scope=""col"">nummer</th>
            <th scope=""col"">Onderwerp</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>1</td>
            <td>abc</td>
        </tr>
        <tr>
            <td>2</td>
            <td>def</td>
        </tr>
    </tbody>
</table>
}}}

Without the thead there seems to be no problem.

regards,
Koen Willems"	Bug	closed	Normal	FCKeditor 2.6.4	UI : Context Menu	FCKeditor 2.5.1	fixed	Confirmed Review+	
