#1865: Contextmenu in last row of a table with thead doesn't work
----------------------+-----------------------------------------------------
 Reporter:  kwillems  |        Type:  Bug    
   Status:  new       |    Priority:  Normal 
Milestone:            |   Component:  General
  Version:            |    Keywords:         
----------------------+-----------------------------------------------------
 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

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1865>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to