Summary: | Tooltips popup even if the mouse is not hovering the contact anymore | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | FabiB <plusfabi> |
Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | Future | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-contact-list/5dc39fcaf24fe01f65c3cf94e6187db2a6197551 | Version Fixed In: | 0.5.1 |
Sentry Crash Report: | |||
Attachments: | Fix |
Description
FabiB
2012-09-01 15:39:12 UTC
I think we've all seen this, marking as NEW. Created attachment 73592 [details]
Fix
That should definitely not happen; looks like something in the tooltip is eating the viewportLeave events, because even the contact highlight in the list stays on (and as a consequence the tooltip stays on).
Is it possible for you to test this patch on master branch?
Thanks.
tried against 0.5.0 tooltips works now as they should. thanks! Git commit 049d9db3215115169eb8cd23a70cb9bba5b66116 by Martin Klapetek. Committed on 11/09/2012 at 19:07. Pushed by mklapetek into branch 'kde-telepathy-0.5'. Remove hide timer from tooltips FIXED-IN: 0.5.1 Reviewed-by: David Edmundson M +2 -8 tooltips/tooltipmanager.cpp http://commits.kde.org/telepathy-contact-list/049d9db3215115169eb8cd23a70cb9bba5b66116 Git commit 5dc39fcaf24fe01f65c3cf94e6187db2a6197551 by Martin Klapetek. Committed on 11/09/2012 at 19:07. Pushed by mklapetek into branch 'master'. Remove hide timer from tooltips FIXED-IN: 0.5.1 Reviewed-by: David Edmundson M +2 -8 tooltips/tooltipmanager.cpp http://commits.kde.org/telepathy-contact-list/5dc39fcaf24fe01f65c3cf94e6187db2a6197551 |