diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 4702722fed..8d50e068bf 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 earlier versions of {productname}, an issue was identified in dialogs like the Preview dialog, where anchor links behaved inconsistently when clicked within 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