Opened 8 years ago
Last modified 8 years ago
#13602 confirmed Bug
[Edge] Drag and drop within editor(s) throws an error or removes too much text
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 |
Keywords: | Cc: |
Description
Edge is the only browser which don't handle preventDefault() on drop correctly. The dragged text gets removed, so our cached dragRange points to an invalid location. This causes errors or removal of too much text. It could be possible to workaround this, but it's very, very sad and would make the CKEditor's integration with DnD very inconsistent.
Change History (2)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
DUP reported #13658.