Opened 14 years ago
Closed 14 years ago
#6074 closed Bug (fixed)
Insert Table Column additive
Reported by: | Lynne Kues | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | 3.2 |
Keywords: | IBM | Cc: |
Description
Run the attached code example. Place the cursor in the last column. Execute "Insert Column Before". View the source.
The id attributes for the last column are copied into the inserted column. This is an issue for us as we require unique ids on the elements within our document.
I see this behavior in 3.2 and 3.4 on both on IE and FF.
Attachments (2)
Change History (9)
Changed 14 years ago by
Attachment: | column_insert_bug.html added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Keywords: | IBM added |
---|
comment:3 Changed 14 years ago by
Milestone: | → CKEditor 3.4 |
---|---|
Status: | new → confirmed |
comment:4 Changed 14 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | confirmed → assigned |
Changed 14 years ago by
Attachment: | 6074.patch added |
---|
comment:5 Changed 14 years ago by
Status: | assigned → review |
---|
comment:6 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5778].
Insert row is okay.