Skip to content

Commit eec0793

Browse files
committed
DOC-3131: The editor.selection.scrollIntoView() method now pads the target scroll area with a small margin, ensuring content doesn't sit at the very edge of the viewport.
1 parent be90ec1 commit eec0793

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
114114

115115
// CCFR here.
116116

117+
=== The `+editor.selection.scrollIntoView()+` method now pads the target scroll area with a small margin, ensuring content doesn't sit at the very edge of the viewport.
118+
// #TINY-11786
119+
120+
Previously, when cycling through accessibility issues in the a11y checker dialog, the highlighted content could appear aligned to the very edge of the viewport, making it difficult to identify and visually track. This behavior impacted usability by reducing the effectiveness of the a11y checker tool.
121+
122+
In {productname} {release-version}, the `+editor.selection.scrollIntoView()+` method was updated to include a top margin, aligning the highlighted content to a fixed 30px from the top of the viewport. Additionally, a visual overlay was introduced to draw attention to the selected element. These changes improve visibility, provide smoother and more intuitive scroll positioning, and enhance the overall user experience when navigating accessibility issues in {productname}.
123+
117124

118125
[[additions]]
119126
== Additions

0 commit comments

Comments
 (0)