https://bugs.kde.org/show_bug.cgi?id=397336
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/plasma-framework/com | |mit/e898cdc20f0540d3916e577 | |350a313c3c5f3eba5 Status|ASSIGNED |RESOLVED Version Fixed In| |5.100 Resolution|--- |FIXED --- Comment #10 from Nate Graham <n...@kde.org> --- Git commit e898cdc20f0540d3916e577350a313c3c5f3eba5 by Nate Graham. Committed on 04/11/2022 at 00:05. Pushed by ngraham into branch 'master'. Never time out tooltip while its control is still hovered Right now there's logic to try to predict how long a user will need to read the tooltip, and time it out after that. This is unreliable and requires making an assumption about the user's reading speed, which is unknowable. As a result, the tooltip can still time out while you're in the middle of reading it, which is annoying. There's no real reason why we need to time it out automatically at all, so let's just keep it open while the user is still hovering the control. They're probably doing so for a good reason. FIXED-IN: 5.100 M +1 -1 src/declarativeimports/core/tooltip.cpp M +1 -1 src/declarativeimports/core/tooltipdialog.cpp M +2 -2 src/declarativeimports/plasmacomponents3/ToolTip.qml https://invent.kde.org/frameworks/plasma-framework/commit/e898cdc20f0540d3916e577350a313c3c5f3eba5 -- You are receiving this mail because: You are watching all bug changes.