Opened 17 years ago
Closed 14 years ago
#2487 closed Bug (invalid)
Split non-header cell in table with <thead> throws JavaScript error
| Reported by: | shri | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | Cc: |
Description
Tested below steps on trunk samples default page in FF and IE
- Create a 3x2 table with first row header.
- Split non-header cell horizontally and JS error is thrown.
- Also splitting non-header cell vertically breaks the table layout.
Change History (4)
comment:1 Changed 17 years ago by
| Keywords: | Confirmed added |
|---|---|
| Version: | SVN → FCKeditor 2.4 |
comment:3 Changed 17 years ago by
This one is fixed with http://dev.fckeditor.net/changeset/2906 2906 too.
comment:4 Changed 14 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | confirmed → closed |
Does not occur in CKEditor.
Since FCKeditor is no longer supported and recommend upgrading to CKEditor I'm closing this ticket as it is no longer valid.

<table cellspacing="1" cellpadding="1" border="1" width="200"> <thead> <tr> <td>11</td> <td>22</td> </tr> </thead> <tbody> <tr> <td>33 </td> <td>44 </td> </tr> <tr> <td>55 </td> <td>66 </td> </tr> </tbody> </table> <p> </p>You've got an error: