From 2cc9b8d984f188b5317a77cf86d71c38fe2d7e89 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 4 Feb 2025 12:05:19 +0530 Subject: [PATCH 1/2] DOC-3132: Preview Dialog incorrectly opened anchor links in a new tab. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 4702722fed..5667a1a9ed 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -64,11 +64,15 @@ For information on the **** plugin, see: xref:: -=== -// #TINY-vwxyz1 +=== Preview Dialog incorrectly opened anchor links in a new tab. +// #TINY-11740 -// CCFR here. +In previous versions of {productname}, an issue was identified in dialogs (e.g., Preview) where anchor links behaved inconsistently when clicked in the editor. + +The problem was that clicking an anchor link in a dialog caused the editor to attempt to open the link in a new browser tab. This behavior differed from the expected functionality in the editor, where clicking an anchor link navigates to the corresponding anchor element. +This resulted in a poor user experience as users could not engage with anchor links as expected. +{productname} {release-version} resolves this issue by first checking whether a link is an anchor link and ensuring that users are navigated to the corresponding anchor element, which is the expected behavior. [[known-issues]] == Known issues From 2f0d3207f636e3670f8fed22c14948c2589e61ad Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:52:15 +0530 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 5667a1a9ed..8d50e068bf 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -67,7 +67,7 @@ For information on the **** plugin, see: xref: