#2097 closed Bug (duplicate)
JS error when rightclicking table with thead tag
Reported by: | Alex | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Context Menu | Version: | FCKeditor 2.6 |
Keywords: | Confirmed | Cc: |
Description
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> </td> <td> </td> </tr> </thead> <tbody> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </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..
Change History (4)
comment:1 Changed 17 years ago by
Keywords: | Confirmed added; table thead removed |
---|
comment:2 Changed 17 years ago by
Milestone: | → FCKeditor 2.7 |
---|
comment:4 Changed 17 years ago by
Milestone: | FCKeditor 2.7 |
---|
Confirmed for both IE and Firefox.