Skip to content

Commit 40ca721

Browse files
DOC-3311: Dragging an element over the editor would cause it to jump unexpectedly on some versions of Chrome with the PowerPaste plugin. (#3903)
* DOC-3311: Dragging an element over the editor would cause it to jump unexpectedly on some versions of Chrome with the PowerPaste plugin. * Moved release note entry into accompanying premimum plugin changes section. * Update modules/ROOT/pages/8.2.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent d099adc commit 40ca721

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@
423423
** xref:release-notes.adoc[Release notes for {productname}]
424424
*** {productname} 8.2.1
425425
**** xref:8.2.1-release-notes.adoc#overview[Overview]
426+
**** xref:8.2.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
426427
**** xref:8.2.1-release-notes.adoc#bug-fixes[Bug fixes]
427428
*** {productname} 8.2.0
428429
**** xref:8.2.0-release-notes.adoc#overview[Overview]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Previously, certain elements received an additional newline when indented due to
140140

141141
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.
142142

143-
=== The `open` attribute on `<details>` elements is now normalized to `open="open"` when the accordion plugin is enabled.
143+
=== The `open` attribute on `<details>` elements is now normalized to `open="open"` when the accordion plugin is enabled.
144144
// #TINY-12862
145145

146146
Previously, the `open` attribute on `<details>` 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.

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

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,29 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
1414
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on <weekday>, <month> <DD>^<st|nd|rd|th>^, <YYYY>. These release notes provide an overview of the changes for {productname} {release-version}, including:
1515

1616
// Remove sections and section boilerplates as necessary.
17+
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
1718
* xref:bug-fixes[Bug fixes]
1819

20+
== Accompanying Premium plugin changes
21+
22+
The following premium plugin updates were released alongside {productname} {release-version}.
23+
24+
=== PowerPaste
25+
26+
The {productname} {release-version} release includes an accompanying release of the **PowerPaste** premium plugin.
27+
28+
**The PowerPaste plugin** includes the following fix.
29+
30+
==== Dragging an element over the editor would cause it to jump unexpectedly on some versions of Chrome with the PowerPaste plugin.
31+
// #TINY-13196
32+
33+
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.
34+
35+
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.
36+
37+
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.
38+
39+
For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[PowerPaste plugin].
1940

2041
[[bug-fixes]]
2142
== Bug fixes
@@ -32,4 +53,4 @@ In {productname} {release-version}, this issue has been resolved. The editor's w
3253
=== The Help Plugin did not contain an entry for the Full Page HTML plugin.
3354
// #TINY-13183
3455

35-
Prior to the {release-version} release, the xref:fullpagehtml.adoc[Full Page HTML] plugin was not included in the plugin list displayed in the xref:help.adoc[Help plugin] dialog. This has now been corrected, and the Help plugin dialog properly lists the plugin.
56+
Prior to the {release-version} release, the xref:fullpagehtml.adoc[Full Page HTML] plugin was not included in the plugin list displayed in the xref:help.adoc[Help plugin] dialog. This has now been corrected, and the Help plugin dialog properly lists the plugin.

0 commit comments

Comments
 (0)