Opened 15 years ago
Closed 15 years ago
#5416 closed Bug (fixed)
[[IE]] we can't delete the Table on a Saved Page
Reported by: | Satya Minnekanti | Owned by: | brooks |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | General | Version: | 3.2 |
Keywords: | confirm Review+ | Cc: | Damian, joek |
Description
To reproduce the defect
- Open Ajax sample.
- Insert a Table and enter the text in Table Cells.
- Click on Remove Editor button to save the Page.
- Click on Create Editor button to open the page again.
- Go in to one of Table cells and delete the text in one of the Table Cell.
- Open Table Context menu and Click on Delete Table Option.
Expected Result:
See that the Table is deleted and you are able to save the page.
Actual Result:
Table is deleted but we are getting an Error & i have attached a Screen shot of the Error and when we click on Remove Editor button to save the Page we get the same Error again.
When i click on Remove Editor button for the Second Time it saves the page but i could still see the Table that i have deleted before.
Tested on IE 6&7
Attachments (2)
Change History (12)
Changed 15 years ago by
Attachment: | IE Error.jpg added |
---|
comment:1 Changed 15 years ago by
Keywords: | Pending added |
---|
comment:2 Changed 15 years ago by
This is quite reproducible on my side too. I was able to reproduce this using the steps provided. The error is given in the lower left corner of the IE browser.
We will look into providing a screencase. If someone else could verify this in the meantime that would be great.
comment:4 Changed 15 years ago by
i don't know the reason why you are asking for a screencast. The Steps are self explanatory & straightforward and we all at IBM can reproduce the defect just by following the steps.
We can reproduce this on IE 6 & 7.
comment:5 Changed 15 years ago by
Keywords: | Confirmed added; Pending removed |
---|---|
Owner: | set to brooks |
Status: | new → assigned |
confirmed on win7,IE8
comment:6 Changed 15 years ago by
it's simple to reproduce now
- open ajax sample
- insert a table
- right click one cell to delete the table, the error throw out!
comment:7 Changed 15 years ago by
Confirmed following the original instructions given by satya on IE7/Vista and IE6/Win2003.
Changed 15 years ago by
Attachment: | 5416.patch added |
---|
comment:8 Changed 15 years ago by
Keywords: | Review? added; IBM Confirmed removed |
---|
this bug occur when CKEDITOR.enterMode = CKEDITOR.ENTER_BR
it is dangerous to remove body element in IE,this behavior damaged our snapshot(redo/undo) system
comment:9 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Configuration options should be specified as part of the reproducing pre-conditions.
comment:10 Changed 15 years ago by
Keywords: | confirm added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
agree with Garry, I happen work on the ENTER_BR mode or else couldn't reproduce the bug
fixed with http://dev.fckeditor.net/changeset/5387/ 5387
WFM in both IE6 and IE7, screencast is preferred to demonstrate it.