Opened 10 years ago
Closed 10 years ago
#13654 closed Bug (fixed)
Dragging and dropping all content removes everything, exception is thrown
Reported by: | Gabor Garancsi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Add some content (image or text)
- Select all
- Drag and drop it to somewhere below or near the content
Expected result
Nothing should happen actually (e.g. in 4.4.7 the cursor is disabled also)
Actual result
The content disappears, exception is thrown:
CKEDITOR.dom.range.setStartBefore @ ckeditor.js:146 CKEDITOR.dom.range.moveToBookmark @ ckeditor.js:128 CKEDITOR.plugins.clipboard.internalDrop @ ckeditor.js:614 (anonymous function) @ ckeditor.js:604
Other details (browser, OS, CKEditor version, installed plugins)
Tested on http://ckeditor.com/demo with Chrome 44, IE 11, Firefox 39
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | ckeditor-dnd-nullpointer.gif added |
---|
comment:1 Changed 10 years ago by
Status: | new → pending |
---|
Can you try it on http://nightly.ckeditor.com/15-08-13-06-08/standard/samples/? We worked on a similar issue recently.
comment:2 Changed 10 years ago by
I checked and seems to work on the nightly. Thank you. What version will include this fix?
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
Version: | 4.5.2 → 4.5.0 |
Thanks for checking. CKEditor 4.5.3 will include this fix. It will be released next week (Tue/Wed most likely).
Demo GIF