Opened 14 years ago
Closed 14 years ago
#6987 closed Bug (fixed)
IE: insertHtml inserts content at the beginning and ignores the selection
Reported by: | Wiktor Walc | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | General | Version: | 3.4.2 |
Keywords: | IE | Cc: |
Description
Regression, probably caused by [5962]. To reproduce, use the attached api_dialog sample. When calling insertHtml from a dialog, content is inserted always at the beginning, the initial selection is ignored. Confirmed in IE8.
Attachments (2)
Change History (8)
Changed 14 years ago by
Attachment: | api_dialog.html added |
---|
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Keywords: | IE added |
---|
Changed 14 years ago by
Attachment: | 6987.patch added |
---|
comment:3 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
#6083 was not properly fixed, as there exists definitely better approach.
comment:5 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6459].
Does not affect the special chars dialog though.