From 571d0b9a91b39fd0b09dfee9a2e146f8f27360ba Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 24 Jun 2025 11:38:17 +1000 Subject: [PATCH] DOC-3147: Using arrow navigation between buttons when a button had the mouse over could stop the navigation. --- modules/ROOT/pages/8.0-release-notes.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 7c62f25b54..50318c543b 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -143,10 +143,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a {productname} {release-version} also includes the following bug fix: -// === -// #TINY-vwxyz1 +=== Arrow key navigation between buttons was blocked when a button is hovered by the mouse. +// #TINY-12163 -// CCFR here. +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. + +{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. [[security-fixes]]