Skip to content

Commit 0ad6e12

Browse files
authored
DOC-3223: Tooltips on toolbar buttons sometimes remained visible if the button icon was updated while hovered. (#3873)
1 parent 8d5e3e6 commit 0ad6e12

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ For an example of using custom elements with block-level and inline-level compon
133133

134134
// CCFR here.
135135

136+
=== Tooltips on toolbar buttons sometimes remained visible if the button icon was updated while hovered
137+
// #TINY-12289
138+
139+
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.
140+
141+
{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.
142+
136143
=== Some elements would be given an extra newline by the serializer when indented
137144
// #TINY-12857
138145

0 commit comments

Comments
 (0)