Opened 8 years ago
Last modified 8 years ago
#16726 confirmed Bug
Cannot undo after removing uploading image.
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://tests.ckeditor.dev:1030/tests/plugins/uploadwidget/manual/image.
- Drag and drop 3 images to the editor.
- Delete 2 of them while images are still uploading.
- Undo.
Expected result
It is possible to undo changes.
Actual result
Undo does nothing. Error in the console is thrown: Uncaught TypeError: Cannot read property 'data' of null(…)
.
Other details (browser, OS, CKEditor version, installed plugins)
Checked on Opera and Firefox. Occurs in both browsers.