Opened 10 years ago
Last modified 10 years ago
#13413 confirmed Bug
[Autoembed] Multiple embedding actions are registered in a single undo step. — at Version 1
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | 4.5.0 |
Keywords: | Cc: |
Description (last modified by )
- Visit http://tests.ckeditor.dev:1030/tests/plugins/autoembed/manual/autoembed
- Copy embeddable URL, i.e.
https://twitter.com/reinmarpl/status/573118615274315776
. - Focus editable.
- Hold CTRL+V for a while.
- A number of links is pasted and corresponding embed requests turn them into widgets.
- CTRL+Z.
Expected: The last embeddable object invoked is reverted back to link.
Actual: All widgets are reverted back to the chain of links. Sometimes only some group of widgets is reverted. The point is the invocation of multiple widgets is registered within a single undo step.