Ticket #6155 (closed Bug: fixed)
[[FF]] Modifying Table Header Properties by selecting first Row, causing several issues
| Reported by: | satya | Owned by: | tobiasz.cudnik |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4.1 |
| Component: | General | Version: | 3.4 Beta |
| Keywords: | IBM | Cc: | damo,joek |
Description
To reproduce the defect:
- open Ajax sample.
- Insert a Table with 3 rows & 2 columns.
- Select Cells in the first row & click on Table Properties option.
- Try to change Table Headers option to both and Click OK button.
Expected Result:
Both First Row and Column should be set as Headers.
Actual Result:
we are getting the following error in firebug when we press OK button first time.
t is null [Break on this error] if(/[\s\ufeff]/.test(D))z=null;else{G...)])t=t.getParent(),u=t.getIndex()+1;
we are getting below error every time we click OK button from second time onwards
u is undefined [Break on this error] if(r.equals(t.getPrevious())){o.startO...kground-color: $color !important;}';
Attachments
Change History
comment:1 Changed 3 years ago by Saare
- Status changed from new to confirmed
- Milestone set to CKEditor 3.4.1
comment:2 Changed 3 years ago by tobiasz.cudnik
- Owner set to tobiasz.cudnik
- Status changed from confirmed to assigned
Note: See
TracTickets for help on using
tickets.
