From 0dd8ee94525f3637d557efad0770c1b9561a1844 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 4 Nov 2025 15:10:50 +1000 Subject: [PATCH 1/3] DOC-3311: Dragging an element over the editor would cause it to jump unexpectedly on some versions of Chrome with the PowerPaste plugin. --- modules/ROOT/pages/8.2.0-release-notes.adoc | 2 +- modules/ROOT/pages/8.2.1-release-notes.adoc | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/8.2.0-release-notes.adoc b/modules/ROOT/pages/8.2.0-release-notes.adoc index 85c6133f33..a7753b99ac 100644 --- a/modules/ROOT/pages/8.2.0-release-notes.adoc +++ b/modules/ROOT/pages/8.2.0-release-notes.adoc @@ -140,7 +140,7 @@ Previously, certain elements received an additional newline when indented due to Previously, UI elements such as focus outlines and placeholder text were rendered in printed versions of the editor content, resulting in unwanted visual artifacts in printed documents. This behavior caused confusion and reduced the professional appearance of printed materials. To address this issue, printing-specific styles were introduced to automatically hide all UI-related elements within the editor content during printing. As a result, printed output now includes only the intended content, ensuring clean and consistent presentation across all printouts. -=== The `open` attribute on `
` elements is now normalized to `open="open"` when the accordion plugin is enabled. +=== The `open` attribute on `
` elements is now normalized to `open="open"` when the accordion plugin is enabled. // #TINY-12862 Previously, the `open` attribute on `
` elements was inconsistently defined when used with the accordion plugin. In some cases, the attribute appeared as `+open="true"+`, while toggling through the plugin converted it to `+open="open"+`. This inconsistency caused issues when loading externally created content that contained multiple open accordions with different attribute values, leading to mismatched accordion states. diff --git a/modules/ROOT/pages/8.2.1-release-notes.adoc b/modules/ROOT/pages/8.2.1-release-notes.adoc index 5cc0cd2ab5..8c72615fe3 100644 --- a/modules/ROOT/pages/8.2.1-release-notes.adoc +++ b/modules/ROOT/pages/8.2.1-release-notes.adoc @@ -22,7 +22,11 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] {productname} {release-version} also includes the following bug fixes: -=== -// #TINY-vwxyz1 +=== Dragging an element over the editor would cause it to jump unexpectedly on some versions of Chrome with the PowerPaste plugin. +// #TINY-13196 -// CCFR here. \ No newline at end of file +In {productname} xref:8.2.0-release-notes.adoc#the-editor-would-upon-gaining-focus-scroll-to-the-center-of-the-editor-on-some-browsers-if-the-top-of-the-editor-was-out-of-frame[8.2.0], an issue was resolved where the editor would unexpectedly scroll in certain situations. This behavior originated from a workaround for a Chromium bug, which caused the editor to scroll when the top of the editor was out of frame. + +While this issue was addressed for the core editor behavior in that release, the same problem persisted in the xref:introduction-to-powerpaste.adoc[PowerPaste] plugin, resulting in similar unexpected scrolling. + +In {productname} {release-version}, this issue has now been fully resolved for PowerPaste as well. The editor no longer scrolls unexpectedly when using the PowerPaste plugin. From 002c83df4a293fcb0fbf6797cc435e5694b82515 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 4 Nov 2025 15:57:21 +1000 Subject: [PATCH 2/3] Moved release note entry into accompanying premimum plugin changes section. --- modules/ROOT/nav.adoc | 1 + modules/ROOT/pages/8.2.1-release-notes.adoc | 15 +++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index e5279062dd..a16f9a9404 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -423,6 +423,7 @@ ** xref:release-notes.adoc[Release notes for {productname}] *** {productname} 8.2.1 **** xref:8.2.1-release-notes.adoc#overview[Overview] +**** xref:8.2.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes] **** xref:8.2.1-release-notes.adoc#bug-fixes[Bug fixes] *** {productname} 8.2.0 **** xref:8.2.0-release-notes.adoc#overview[Overview] diff --git a/modules/ROOT/pages/8.2.1-release-notes.adoc b/modules/ROOT/pages/8.2.1-release-notes.adoc index 8c72615fe3..419da879dd 100644 --- a/modules/ROOT/pages/8.2.1-release-notes.adoc +++ b/modules/ROOT/pages/8.2.1-release-notes.adoc @@ -14,15 +14,20 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] {productname} {release-version} was released for {enterpriseversion} and {cloudname} on ,
^^, . These release notes provide an overview of the changes for {productname} {release-version}, including: // Remove sections and section boilerplates as necessary. +* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes] * xref:bug-fixes[Bug fixes] +== Accompanying Premium plugin changes -[[bug-fixes]] -== Bug fixes +The following premium plugin updates were released alongside {productname} {release-version}. -{productname} {release-version} also includes the following bug fixes: +=== PowerPaste plugin -=== Dragging an element over the editor would cause it to jump unexpectedly on some versions of Chrome with the PowerPaste plugin. +The {productname} {release-version} release includes an accompanying release of the **PowerPaste** premium plugin. + +**The PowerPaste plugin** includes the following fix. + +==== Dragging an element over the editor would cause it to jump unexpectedly on some versions of Chrome with the PowerPaste plugin. // #TINY-13196 In {productname} xref:8.2.0-release-notes.adoc#the-editor-would-upon-gaining-focus-scroll-to-the-center-of-the-editor-on-some-browsers-if-the-top-of-the-editor-was-out-of-frame[8.2.0], an issue was resolved where the editor would unexpectedly scroll in certain situations. This behavior originated from a workaround for a Chromium bug, which caused the editor to scroll when the top of the editor was out of frame. @@ -30,3 +35,5 @@ In {productname} xref:8.2.0-release-notes.adoc#the-editor-would-upon-gaining-foc While this issue was addressed for the core editor behavior in that release, the same problem persisted in the xref:introduction-to-powerpaste.adoc[PowerPaste] plugin, resulting in similar unexpected scrolling. In {productname} {release-version}, this issue has now been fully resolved for PowerPaste as well. The editor no longer scrolls unexpectedly when using the PowerPaste plugin. + +For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[PowerPaste plugin]. \ No newline at end of file From 73958c068e24d5b06d65b65faecd593f208e71b5 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:03:00 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/8.2.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/8.2.1-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.2.1-release-notes.adoc b/modules/ROOT/pages/8.2.1-release-notes.adoc index 419da879dd..c0fde97068 100644 --- a/modules/ROOT/pages/8.2.1-release-notes.adoc +++ b/modules/ROOT/pages/8.2.1-release-notes.adoc @@ -21,7 +21,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] The following premium plugin updates were released alongside {productname} {release-version}. -=== PowerPaste plugin +=== PowerPaste The {productname} {release-version} release includes an accompanying release of the **PowerPaste** premium plugin.