Opened 13 years ago

Closed 13 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:

  1. Open CK Editor and insert a Table with 3 rows & 2 columns.
  1. Delete the second cell in first row.
  1. 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)

7841.patch (880 bytes) - added by Sa'ar Zac Elias 13 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.0

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

Changed 13 years ago by Sa'ar Zac Elias

Attachment: 7841.patch added

comment:2 Changed 13 years ago by Sa'ar Zac Elias

Owner: set to Sa'ar Zac Elias
Status: confirmedreview

comment:3 Changed 13 years ago by Frederico Caldeira Knabben

Component: GeneralCore : Tables
Milestone: CKEditor 3.6.1
Status: reviewreview_passed

comment:4 Changed 13 years ago by Sa'ar Zac Elias

Resolution: fixed
Status: review_passedclosed

Fixed with [6991].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy