Opened 15 years ago
Closed 14 years ago
#7841 closed Bug (fixed)
Deleting a Column with has a deleted cell in one of the rows not working
| Reported by: | Satya Minnekanti | Owned by: | Sa'ar Zac Elias |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.1 |
| Component: | Core : Tables | Version: | 3.0 |
| Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
To reproduce the defect:
- Open CK Editor and insert a Table with 3 rows & 2 columns.
- Delete the second cell in first row.
- Go to second cell in third row, invoke context menu and select Column - > Delete Columns
Expected Result: Second Column in the table is deleted.
Actual Result: Second Column is not deleted and in IE it shows an error in the status bar, and the error is $colSpan is null or not an object'
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|---|
| Version: | → 3.0 |
Changed 15 years ago by
| Attachment: | 7841.patch added |
|---|
comment:2 Changed 15 years ago by
| Owner: | set to Sa'ar Zac Elias |
|---|---|
| Status: | confirmed → review |
comment:3 Changed 14 years ago by
| Component: | General → Core : Tables |
|---|---|
| Milestone: | → CKEditor 3.6.1 |
| Status: | review → review_passed |
comment:4 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [6991].

This actually reproducible in all browsers.
Detailed error message:
Message: '$.colSpan' is null or not an object
Row: 344 (if ( cell.$.colSpan == 1 ))
Char: 5
URI: /3.6/ckeditor/_source/plugins/tabletools/plugin.js