Skip to content

Commit 61749e8

Browse files
committed
DOC-3314: Add known issue to 8.2.0 release notes for audio duplication issue.
1 parent 4416dc2 commit 61749e8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@
426426
**** xref:8.2.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
427427
**** xref:8.2.0-release-notes.adoc#improvements[Improvements]
428428
**** xref:8.2.0-release-notes.adoc#bug-fixes[Bug fixes]
429+
**** xref:8.2.0-release-notes.adoc#known-issues[Known issues]
429430
*** {productname} 8.1.2
430431
**** xref:8.1.2-release-notes.adoc#overview[Overview]
431432
**** xref:8.1.2-release-notes.adoc#bug-fix[Bug fix]

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
1616
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
1717
* xref:improvements[Improvements]
1818
* xref:bug-fixes[Bug fixes]
19+
* xref:known-issues[Known issues]
1920

2021

2122
[[accompanying-premium-plugin-changes]]
@@ -210,4 +211,17 @@ For an example of using custom elements with block-level and inline-level compon
210211

211212
In {productname} {release-version}, an issue was resolved where split buttons rendered narrower than in {productname} 7 and other toolbar buttons. This occurred because the main portion of the split button used a CSS rule that caused it to collapse to the icon size during initialization, resulting in an incorrect fixed width. This made split buttons appear visually inconsistent, reduced their clickability, and could cause text labels to be truncated.
212213

213-
{productname} {release-version} addresses this issue by adjusting the width behavior to inherit the correct `34px` for icons and auto for text—ensuring consistent sizing across the toolbar.
214+
{productname} {release-version} addresses this issue by adjusting the width behavior to inherit the correct `34px` for icons and auto for text—ensuring consistent sizing across the toolbar.
215+
216+
== Known issues
217+
218+
{productname} {release-version} also includes the following known issues:
219+
220+
=== Uploadcare video audio continues playing after copying paused and muted video
221+
// #TINY-13198
222+
223+
In certain edge cases, when a video is inserted, played, paused, and muted, then copied using **Ctrl+C** (or **Cmd+C** on Mac), the paused and muted video may begin playing audio. Once this occurs, the audio continues to play even after deleting the video from the editor.
224+
225+
**Workaround:** None, the user must refresh the page to stop the unwanted audio which can result in the loss of any unsaved content.
226+
227+
**Status:** Currently under investigation.

0 commit comments

Comments
 (0)