From f77018636cc04c441bad63f5fd0836def1e983b8 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 25 Mar 2025 17:44:21 +1000 Subject: [PATCH 1/3] DOC-3131: Source Code editor was not scrolling to the editor's caret position in Firefox. --- modules/ROOT/pages/7.8.0-release-notes.adoc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/7.8.0-release-notes.adoc b/modules/ROOT/pages/7.8.0-release-notes.adoc index dff76301c5..8f57a0684e 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -57,17 +57,20 @@ For information on the **** plugin, see xref: +=== Enhanced Code Editor -The {productname} {release-version} release includes an accompanying release of the **** premium plugin. +The {productname} {release-version} release includes an accompanying release of the **Enhanced Code Editor** premium plugin. -**** includes the following . +**Enhanced Code Editor includes the following fix**. -==== +==== Source Code editor was not scrolling to the editor's caret position in Firefox. +// #TINY-11811 -// CCFR here. +Previously, an issue was identified where the source code editor in Firefox did not automatically scroll to the caret's relative position within the editor. As a result, users were required to manually scroll to locate the corresponding element, leading to a suboptimal user experience. + +With the release of {productname} {release-version}, this issue has been resolved. The source code editor in Firefox now exhibits consistent behavior with other browsers, automatically scrolling to the caret's position when the editor is opened. This enhancement significantly improves the user experience by eliminating the need for manual navigation. -For information on the **** plugin, see: xref:.adoc[]. +For information on the **Enhanced Code Editor** plugin, see: xref:advcode.adoc[Enhanced Code Editor]. [[accompanying-premium-plugin-end-of-life-announcement]] From 2747eefbd2b9438061a6d4ce79bb69eb921167c2 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 8 Apr 2025 18:49:12 +1000 Subject: [PATCH 2/3] Update modules/ROOT/pages/7.8.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.8.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.8.0-release-notes.adoc b/modules/ROOT/pages/7.8.0-release-notes.adoc index 8f57a0684e..79ae2bb92d 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -66,7 +66,7 @@ The {productname} {release-version} release includes an accompanying release of ==== Source Code editor was not scrolling to the editor's caret position in Firefox. // #TINY-11811 -Previously, an issue was identified where the source code editor in Firefox did not automatically scroll to the caret's relative position within the editor. As a result, users were required to manually scroll to locate the corresponding element, leading to a suboptimal user experience. +Previously, an issue was identified where the Enhanced Code Editor in Firefox did not automatically scroll to the caret's relative position within the editor. As a result, users were required to manually scroll to locate the corresponding element, leading to a suboptimal user experience. With the release of {productname} {release-version}, this issue has been resolved. The source code editor in Firefox now exhibits consistent behavior with other browsers, automatically scrolling to the caret's position when the editor is opened. This enhancement significantly improves the user experience by eliminating the need for manual navigation. From 719d6ee378cdb0232a2bbf9fa37a8a3214faec27 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 8 Apr 2025 18:49:17 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/7.8.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.8.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.8.0-release-notes.adoc b/modules/ROOT/pages/7.8.0-release-notes.adoc index 79ae2bb92d..47687aec4c 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -68,7 +68,7 @@ The {productname} {release-version} release includes an accompanying release of Previously, an issue was identified where the Enhanced Code Editor in Firefox did not automatically scroll to the caret's relative position within the editor. As a result, users were required to manually scroll to locate the corresponding element, leading to a suboptimal user experience. -With the release of {productname} {release-version}, this issue has been resolved. The source code editor in Firefox now exhibits consistent behavior with other browsers, automatically scrolling to the caret's position when the editor is opened. This enhancement significantly improves the user experience by eliminating the need for manual navigation. +With the release of {productname} {release-version}, this issue has been resolved. The Enhanced Code Editor in Firefox now exhibits consistent behavior with other browsers, automatically scrolling to the caret's position when the editor is opened. This enhancement significantly improves the user experience by eliminating the need for manual navigation. For information on the **Enhanced Code Editor** plugin, see: xref:advcode.adoc[Enhanced Code Editor].