Skip to content

Commit 571d0b9

Browse files
DOC-3147: Using arrow navigation between buttons when a button had the mouse over could stop the navigation.
1 parent b3a9cdd commit 571d0b9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
143143

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

146-
// === <TINY-vwxyz 1 changelog entry>
147-
// #TINY-vwxyz1
146+
=== Arrow key navigation between buttons was blocked when a button is hovered by the mouse.
147+
// #TINY-12163
148148

149-
// CCFR here.
149+
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.
150+
151+
{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.
150152

151153

152154
[[security-fixes]]

0 commit comments

Comments
 (0)