Opened 11 years ago
Closed 11 years ago
#11074 closed Bug (fixed)
[IE] Inline widget dnd throws an exception
Reported by: | Marek Lewandowski | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3 |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description (last modified by )
checked at major
I've reproduced issue on IE8 and IE10.
IE9 and IE11 are not affected by this bug though.
- open placeholder plugin sample (/plugins/placeholder/samples/placeholder.html)
- drag placeholder to other place using handler in top left corner
Expected result:
Placeholder should be moved
Current result:
Following exception is thrown:
SCRIPT16389: Unspecified error. plugin.js, line 1635 character 4
Change History (10)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Milestone: | → CKEditor 4.3 |
---|---|
Status: | new → confirmed |
comment:3 Changed 11 years ago by
I was wrong - it never worked in IE8. It's because of extremely buggy IE's moveToPoint method. I'm afraid that we won't find a solution for that.
comment:4 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:7 Changed 11 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
comment:8 Changed 11 years ago by
comment:10 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed on major with git:7642fa2 on dev and 9d1c2c1 on tests.
Definitely critical. AFAIK it was working, so first we need to check what git bisect will say.