From 9f35bf477c43e8fa0054a78ab35f903d8f5c7040 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Wed, 2 Jul 2025 11:00:11 +1000 Subject: [PATCH] DOC-3147: Tooltips can now be closed by pressing the escape key. --- modules/ROOT/pages/8.0-release-notes.adoc | 6 +++--- 1 file changed, 3 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..eef043c1e0 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -99,10 +99,10 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a {productname} {release-version} also includes the following improvement: -// === -// #TINY-vwxyz1 +=== Tooltips can now be closed by pressing the `escape` key. +// #TINY-12054 -// CCFR here. +Prior to {release-version}, tooltips could not be dismissed using the keyboard, which posed an accessibility concern. As of {productname} {release-version}, tooltips can now be closed via the `escape` key, improving accessibility. [[additions]]