Opened 10 years ago
Last modified 10 years ago
#12967 confirmed Bug
Need to click undo twice to undo dropping an image
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 Beta |
Keywords: | Cc: |
Description
- Open http://tests.ckeditor.dev:1030/tests/plugins/uploadwidget/manual/image
- Drop an image.
- While it's uploading, click the "x" in the notification. Perhaps you can also do some other action, but I observed that clicking notification is ok. Perhaps it's related to focus.
- Wait for the upload to finish.
- Click "undo".
- Expected: Image should be removed.
- Actual: Nothing happens.
Change History (5)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Status: | new → confirmed |
---|
Interesting, because when you move the selection, focus/blur upload widget during upload only 1 undo is needs. But in fact if you close notification or just blur editor, then two undos are needed.
comment:3 Changed 10 years ago by
Milestone: | CKEditor 4.5.0 Beta → CKEditor 4.5.0 |
---|
comment:4 Changed 10 years ago by
Milestone: | CKEditor 4.5.0 |
---|
comment:5 Changed 10 years ago by
It's may be a DUP of a ticket about classes order in widget wrapper. Worth checking this case first.
Note - if this turns out to be a tricky case to solve, I'm ok with postponing it. It's not a crucial issue.