Opened 7 years ago

Last modified 7 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 7 years ago by Wiktor Walc

Status: newconfirmed

comment:2 Changed 7 years ago by Wiktor Walc

Note: the first error that occurs on that page is unrelated: https://github.com/ckeditor/ckeditor-sdk/issues/204

comment:3 Changed 7 years ago by Wiktor Walc

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: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy