Skip to content

Commit d3ed01a

Browse files
Merge branch 'feature/7.7.0/DOC-3132' into feature/7.7.0/DOC-3132_TINY-11714
2 parents d63a1e4 + 1bfb5f2 commit d3ed01a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ As a result, integrators were unable to insert content into inline non-editable
7272

7373
{productname} {release-version} resolves this by modifying the functionality of the `insertContent` API to support this scenario. This ensures that integrators can now insert content into inline elements, making the `insertContent` API more robust.
7474

75+
=== Preview Dialog incorrectly opened anchor links in a new tab.
76+
// #TINY-11740
77+
78+
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.
79+
80+
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.
81+
This resulted in a poor user experience as users could not engage with anchor links as expected.
82+
83+
{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.
7584

7685
[[known-issues]]
7786
== Known issues

0 commit comments

Comments
 (0)