From 21b2a741ec2d5d7fb23160b24476a47c10889a8f Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 13 Jan 2026 09:54:47 +1000 Subject: [PATCH 1/2] DOC-3340: uc-video elements are not refreshed on undo/redo actions. --- modules/ROOT/pages/8.3.2-release-notes.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/8.3.2-release-notes.adoc b/modules/ROOT/pages/8.3.2-release-notes.adoc index e4593ad1b8..183e3abf71 100644 --- a/modules/ROOT/pages/8.3.2-release-notes.adoc +++ b/modules/ROOT/pages/8.3.2-release-notes.adoc @@ -40,6 +40,7 @@ For information on the **Media Optimizer** plugin, see: xref:uploadcare.adoc[Med {productname} {release-version} also includes the following improvement: -=== Placeholder loading had two progress indicators +=== `uc-video` elements are not refreshed on undo/redo actions +// #TINY-12884 -// TODO: add documentation +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}. \ No newline at end of file From 88bea977c22b9426ecffa8dc5a6b68ae214b904e Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 13 Jan 2026 09:55:48 +1000 Subject: [PATCH 2/2] DOC-3340: fix syntax issue. --- modules/ROOT/pages/8.3.2-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.3.2-release-notes.adoc b/modules/ROOT/pages/8.3.2-release-notes.adoc index 183e3abf71..f6f4d010fb 100644 --- a/modules/ROOT/pages/8.3.2-release-notes.adoc +++ b/modules/ROOT/pages/8.3.2-release-notes.adoc @@ -43,4 +43,4 @@ For information on the **Media Optimizer** plugin, see: xref:uploadcare.adoc[Med === `uc-video` elements are not refreshed on undo/redo actions // #TINY-12884 -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}. \ No newline at end of file +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}. \ No newline at end of file