Ticket #1865 (assigned Bug)
Contextmenu in last row of a table with thead doesn't work
| Reported by: | kwillems | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.4 |
| Component: | UI : Context Menu | Version: | FCKeditor 2.5.1 |
| Keywords: | Confirmed Review? | Cc: |
Description
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
Attachments
Change History
Note: See
TracTickets for help on using
tickets.