Skip to content

Commit 97d32cd

Browse files
authored
DOC-3340: uc-video elements are not refreshed on undo/redo actions. (#3961)
* DOC-3340: uc-video elements are not refreshed on undo/redo actions. * DOC-3340: fix syntax issue.
1 parent 898e970 commit 97d32cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/ROOT/pages/8.3.2-release-notes.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ For information on the **Media Optimizer** plugin, see: xref:uploadcare.adoc[Med
4141

4242
{productname} {release-version} also includes the following improvement:
4343

44-
=== Placeholder loading had two progress indicators
44+
=== `uc-video` elements are not refreshed on undo/redo actions
45+
// #TINY-12884
4546

46-
// TODO: add documentation
47+
Previously, undo and redo operations rewrote the entire editor content, causing embedded `uc-video` elements to be rewritten and unintentionally refreshed, which disrupted playback and user experience. This behavior affected any content containing `uc-video`, as media elements were reloaded even when unrelated changes were undone or redone. The undo/redo mechanism has been updated to align with the existing iframe handling logic so that, when `uc-video` elements are present, only the modified portion of the content is refreshed rather than the full editor content. As a result, `uc-video` elements now remain stable and are no longer refreshed during undo or redo actions in {productname} {release-version}.

0 commit comments

Comments
 (0)