#2097: JS error when rightclicking table with thead tag
---------------------------+------------------------------------------------
 Reporter:  aduffield      |        Type:  Bug              
   Status:  new            |    Priority:  Normal           
Milestone:                 |   Component:  UI : Context Menu
  Version:  FCKeditor 2.6  |    Keywords:  table thead      
---------------------------+------------------------------------------------
 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..

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2097>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to