Opened 15 years ago
Closed 15 years ago
#6060 closed Bug (fixed)
IE: Error on editor.destroy() with selection
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | |
Keywords: | IE | Cc: |
Description
With IE8+Compat, when calling editor.destroy() in an editor with selection, a js error is thrown.
I'm attaching a test page that shows the problem.
Attachments (2)
Change History (7)
Changed 15 years ago by
Attachment: | TC_6060.html added |
---|
comment:1 Changed 15 years ago by
Status: | new → confirmed |
---|
Changed 15 years ago by
Attachment: | 6060.patch added |
---|
comment:2 Changed 15 years ago by
Status: | confirmed → review |
---|
The attached test page is a reduced TC for the issue that the code removed by [5681] is supposed to exist. With this patch, I'm proposing a much simpler solution for it.
comment:3 Changed 15 years ago by
Milestone: | → CKEditor 3.4 |
---|
comment:4 Changed 15 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5775].
Test case page.