Skip to content

Commit 01e7c3c

Browse files
committed
DOC-3223: Tooltips on toolbar buttons sometimes remained visible if the button icon was updated while hovered.
1 parent 823843b commit 01e7c3c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

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

112112
// CCFR here.
113113

114+
=== Tooltips on toolbar buttons sometimes remained visible if the button icon was updated while hovered
115+
// #TINY-12289
116+
117+
Previously, button tooltips were not always dismissed correctly when icons were updated, because the element handling hover events was being replaced and the `mouseout` event never fired. This caused tooltips to remain visible after clicking a button, creating a confusing UI experience.
118+
119+
{productname} {release-version} addresses this issue by adjusting the icon rendering logic so hover and tooltip behavior are attached to the button itself rather than the icon element. As a result, when the `setIcon` API updates icons, it no longer interferes with mouse events.
120+
114121

115122
[[security-fixes]]
116123
== Security fixes

0 commit comments

Comments
 (0)