Skip to content

Commit 1bfb5f2

Browse files
DOC-3132: Preview Dialog incorrectly opened anchor links in a new tab. (#3593)
* DOC-3132: Preview Dialog incorrectly opened anchor links in a new tab. * Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent b30e16e commit 1bfb5f2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,15 @@ For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode
6464

6565
{productname} {release-version} also includes the following bug fix<es>:
6666

67-
=== <TINY-vwxyz 1 changelog entry>
68-
// #TINY-vwxyz1
67+
=== Preview Dialog incorrectly opened anchor links in a new tab.
68+
// #TINY-11740
6969

70-
// CCFR here.
70+
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.
71+
72+
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.
73+
This resulted in a poor user experience as users could not engage with anchor links as expected.
7174

75+
{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.
7276

7377
[[known-issues]]
7478
== Known issues

0 commit comments

Comments
 (0)