Opened 14 years ago
Closed 13 years ago
#8295 closed Bug (fixed)
Java Script error when inserting new column in the table
| Reported by: | Satya Minnekanti | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.5 |
| Component: | General | Version: | 3.5.1 |
| Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
Insert the following code:
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;"> <tbody> <tr> <td> 1.1</td> <td> 1.2</td> </tr> <tr> <td> 2.1</td> <td> 2.2</td> </tr> <tr> <td> 3.1</td> <td> 3.2</td> </tr> </tbody> </table>
Go to cell 1.2, right click and choose Cell->Insert Cell Before.
Keep cursor in cell 1.2 right click and choose Column->Insert Column Before/After.
Issue: JS error is thrown and error message: 'colSpan' is null or not an object
Change History (5)
comment:1 Changed 14 years ago by
| Keywords: | IE added |
|---|---|
| Status: | new → confirmed |
| Version: | → 3.5.1 |
comment:2 Changed 14 years ago by
| Keywords: | IE removed |
|---|---|
| Summary: | IE: Java Script error when inserting new column in the table → Java Script error when inserting new column in the table |
This ticket has actually been reproducible in all browsers.
comment:3 Changed 14 years ago by
#8562 has been marked as duplicate.
Little different TC, same result:
- Switch back to wysiwyg mode and right click in the cell labeled 2.2
- Select Cell -> Insert Cell After from the context menu. The 2nd row in the table should now have 3 cells.
- Right click in the new cell and select Column -> Insert Column After.
comment:5 Changed 13 years ago by
| Milestone: | → CKEditor 3.6.5 |
|---|---|
| Resolution: | → fixed |
| Status: | confirmed → closed |
Fixed with [7608].
Added ticket test http://ckeditor.t/tt/6568/1.html#insert_column_before2

Reproducible in IE from CKE 3.5.1 rev [6328]