Opened 9 years ago
Closed 9 years ago
#13716 closed Bug (duplicate)
Redo is broken for Widgets
Reported by: | ferahl | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.3 |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://sdk.ckeditor.com/samples/mediaembed.html
- Double click the YouTube embed to edit the URL
- Enter a different URL e.g
https://www.youtube.com/watch?v=_W9ewqSjkKk
- Undo then Redo -> works
- Undo
- Click off the editor (blur)
- Click back on to the editor and try observe the Redo button is active - click it
Expected result
Clicking Redo changes the state to the latest one (the video change).
Actual result
Nothing happens.
N.B If you had more Undo states before this, then going back to them and then Redoing to the end will allow you to do the final Redo, but it is an empty state with only a selection change (from non-selected widget to selected widget)
N.B On my own widget it only breaks if when coming back into the editor I click on something other than the widget and click Redo. But it seems broken either way on the sample page.
N.B Tested to be broken on 4.4.8 as well
Other details (browser, OS, CKEditor version, installed plugins)
Change History (1)
comment:1 Changed 9 years ago by
Keywords: | widget undo redo removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
After some checking I have realised that this is a duplicate of #13800