From 6fe5bce31c6f7e5459a37bdd10605c72adde5516 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 4 Sep 2025 13:07:11 +1000 Subject: [PATCH 1/2] DOC-3209: Clicking on a non selectable element when the selection is off screen no longer scrolls to the selection. --- modules/ROOT/pages/8.1.0-release-notes.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/ROOT/pages/8.1.0-release-notes.adoc b/modules/ROOT/pages/8.1.0-release-notes.adoc index 3e7a6181b4..67c5bcf949 100644 --- a/modules/ROOT/pages/8.1.0-release-notes.adoc +++ b/modules/ROOT/pages/8.1.0-release-notes.adoc @@ -65,6 +65,16 @@ The following premium plugin updates were released alongside {productname} {rele // CCFR here. +=== Clicking on a non selectable element when the selection is off screen no longer scrolls to the selection +// #TINY-12245 + +Previously, and issue was identified where clicking the editor's horizontal scrollbar a "non-selectable" UI element implicitly focused the editor, placed the caret at the beginning of the content, and then scrolled the document vertically to that caret position, causing the page to scroll away from the user's current view. + +{productname} {release-version} addresses this issue. Now, the editor avoids taking focus when users click elements that are not selectable (such as scrollbars), preventing unintended vertical scrolling. + +[NOTE] +Due to browser limitations, the caret may still initialize at the start of the editor content when the selection is not determinable from such interactions, but the page no longer scrolls away from the user's current view. + [[additions]] == Additions From 60e2223e39093af4ab85506a388bf737a14c6a25 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Sep 2025 08:38:12 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/8.1.0-release-notes.adoc --- modules/ROOT/pages/8.1.0-release-notes.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ROOT/pages/8.1.0-release-notes.adoc b/modules/ROOT/pages/8.1.0-release-notes.adoc index 67c5bcf949..f68995f707 100644 --- a/modules/ROOT/pages/8.1.0-release-notes.adoc +++ b/modules/ROOT/pages/8.1.0-release-notes.adoc @@ -72,8 +72,6 @@ Previously, and issue was identified where clicking the editor's horizontal scro {productname} {release-version} addresses this issue. Now, the editor avoids taking focus when users click elements that are not selectable (such as scrollbars), preventing unintended vertical scrolling. -[NOTE] -Due to browser limitations, the caret may still initialize at the start of the editor content when the selection is not determinable from such interactions, but the page no longer scrolls away from the user's current view. [[additions]]