Opened 17 years ago
Closed 17 years ago
#2989 closed Bug (invalid)
document::insertHtml failed in IE
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Confirmed IE | Cc: |
Description (last modified by )
Fuctional Testcase
test-editor-insertHtml.patch
Attachments (1)
Change History (6)
comment:1 Changed 17 years ago by
| Keywords: | IE added |
|---|---|
| Summary: | document::insertHtml failed with non-initial focus → document::insertHtml failed with non-initial focus in IE |
comment:2 Changed 17 years ago by
| Summary: | document::insertHtml failed with non-initial focus in IE → document::insertHtml failed in IE |
|---|
insertHtml-failed-ie.patch is obsoleted in favor of test-editor-insertHtml.patch.
comment:3 Changed 17 years ago by
| Description: | modified (diff) |
|---|---|
| Keywords: | Confirmed added |
comment:4 Changed 17 years ago by
I was able to locate the error at CKEDITOR.dom.node.insertBefore, but not sure about the reason still.
Changed 17 years ago by
| Attachment: | test_editor_insertElement.patch added |
|---|
Updated Functional Test Case
comment:5 Changed 17 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Actually it's the TC's problem instead of the document::insertHtml function. TC is incorrectly written because the bug from #3192, IE need some time to move focus inside the editing document, so the updated TC should works well in IE.

Related to #2816