ckeditor / ckeditor4-sdk

A set of software development tools for CKEditor 4 along with samples.
Other
18 stars 21 forks source link

JS error in case of multi drag & drop upload. #203

Closed sama55 closed 7 years ago

sama55 commented 7 years ago

Thank you for a wonderful editor. I found JS error on the D&D sample page. 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. Is there a way to avoid this error? Best regards.

f1ames commented 7 years ago

Hello @sama55, we are happy to hear that you like CKEditor! Thank you for reporting this issue. However, this is ckeditor-sdk repository and while you encounter this error on the SDK page it is issue inside CKEditor and should be reported in our official bug tracker. I would like to ask you to re-report this issue there with some simple description with steps how to reproduce the issue.

Thank you!

wwalc commented 7 years ago

Reported in http://dev.ckeditor.com/ticket/16744

sama55 commented 7 years ago

Thanks f1ames and wwalc, I got it. Thanks for your advice.