Opened 15 years ago
Closed 14 years ago
#6155 closed Bug (fixed)
[[FF]] Modifying Table Header Properties by selecting first Row, causing several issues
Reported by: | Satya Minnekanti | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.1 |
Component: | General | Version: | 3.4 Beta |
Keywords: | IBM | Cc: | Damian, 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 (2)
Change History (9)
comment:1 Changed 15 years ago by
Milestone: | → CKEditor 3.4.1 |
---|---|
Status: | new → confirmed |
comment:2 Changed 15 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | confirmed → assigned |
Changed 15 years ago by
Attachment: | 6155.patch added |
---|
comment:3 Changed 15 years ago by
Status: | assigned → review |
---|
comment:4 Changed 15 years ago by
Status: | review → review_failed |
---|
Changed 15 years ago by
Attachment: | 6155_2.patch added |
---|
comment:5 Changed 15 years ago by
Status: | review_failed → review |
---|
comment:6 Changed 15 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5849].
The name of the attribute has just been changed to
_cke_bookmark
.