#9110 closed Bug (fixed)
IE: Unspecified Error when making a selection with images in the editor
Reported by: | Teresa Monahan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.4 |
Component: | General | Version: | 3.6.4 |
Keywords: | IBM | Cc: | Damian, Satya Minnekanti |
Description
This problem occurs when <META content="IE=7.0000" http-equiv="X-UA-Compatible"> is included in the HTML for the page. See 'IE unspecified error.html' for a reproducible test case.
- Copy IE unspecified error.html into the _samples folder and open in IE.
- Insert a smiley and make a selection by starting the selection at the end of the editor contents.
Problem: an unspecified error occurs.
This is related to ticket #9034 and requires a similar fix. A proposed solution is provided in the attached patch.
Attachments (2)
Change History (6)
Changed 13 years ago by
Attachment: | IE unspecified error.html added |
---|
Changed 13 years ago by
Attachment: | 9110.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the patch, fixed with [7551].
comment:2 follow-up: 3 Changed 13 years ago by
Milestone: | → CKEditor 3.6.4 |
---|
comment:3 Changed 13 years ago by
Replying to garry.yao:
Hi Garry, In the provided fix, the moveRangeToPoint function always calls moveToPoint() on textRng, Previously it was called on rngEnd in the onHover function. Could this cause unexpected behavior?
Patch for plugins/selection/plugin.js