Opened 8 years ago
Last modified 8 years ago
#16788 confirmed Bug
[IE10] IndexSizeError while aborting image upload via undo/redo
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://tests.ckeditor.dev:1030/tests/plugins/uploadwidget/manual/image#child.
- Drag and drop image.
- Click undo while image is still uploading.
- Click redo (image will not show as upload was aborted).
- Drag and drop image.
- Click undo while image is still uploading.
- Click redo.
Expected result
Nothing happens as image upload is aborted. Redo cannot be clicked again.
Actual result
Error is thrown while redoing. Redo is active and can be clicked multiple times (throwing error every time).
SCRIPT5022: IndexSizeError ckeditor.js, line 430 character 258
Other details (browser, OS, CKEditor version, installed plugins)
IE10, CKEditor 4.6.2.
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
Version: | → 4.5.0 |
---|
Similar to #14844.