Skip to content

Commit 2fff2ec

Browse files
DOC-3147: Using arrow navigation between buttons when a button had the mouse over could stop the navigation. (#3772)
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent e43b353 commit 2fff2ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

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

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

155+
=== Arrow key navigation between buttons was blocked when a button is hovered by the mouse.
156+
// #TINY-12163
157+
158+
In previous versions of {productname}, if a button was hovered by the mouse while using arrow keys for navigation, focus would return to the previously focused element. This caused the selection to become stuck on the button with the `mouseover` event.
159+
160+
{productname} {release-version} resolves this issue by preventing the `mouseover` event from being triggered again during arrow key navigation, ensuring a seamless user experience when navigating with arrow keys.
161+
155162
=== It was not possible to navigate out of a `figcaption` using the left and right arrow keys in Firefox.
156163
// #TINY-11982
157164

0 commit comments

Comments
 (0)