Opened 8 years ago
Last modified 8 years ago
#16744 confirmed Bug
Drag&drop of multiple files results in an error: The given range isn't in document
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Moved from https://github.com/ckeditor/ckeditor-sdk/issues/203
Steps to reproduce
When I upload "multi images" in this page, below error is displayed on my Chrome console. However, the upload itself is processed correctly.
Sample page: http://sdk.ckeditor.com/samples/fileupload.html#uploading-dropped-and-pasted-images Error message: ckeditor.js:430 The given range isn't in document.
The same phenomenon occurs also in my development environment.
Expected result
There should be no error reported in the error console.
Actual result
Files are uploaded (great!), but JavaScript exception occurs.
Other details (browser, OS, CKEditor version, installed plugins)
Chrome, reproduced on the latest version of CKEditor (4.6.1), did not try earlier versions.
Change History (3)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Summary: | ckeditor.js:430 The given range isn't in document. → Drag&drop of multiple files results in an error: The given range isn't in document |
---|
Note: the first error that occurs on that page is unrelated: https://github.com/ckeditor/ckeditor-sdk/issues/204