| Summary: | For overlong filenames, tooltip lags cursor when you mouse over multiple files/folders | ||
|---|---|---|---|
| Product: | [Applications] gwenview | Reporter: | Frank Steinmetzger <dev+kde> |
| Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | huon, nate |
| Priority: | NOR | ||
| Version First Reported In: | 2.4 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/gwenview/aa368aea25ba663a18d6f0cc45e5db89bcc38497 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Frank Steinmetzger
2010-07-19 05:29:20 UTC
Instead of disabling the animation, it should just display correctly and not lag the cursor. This was caused by a 500ms delay being added to the fade-out animation every time you hovered over another thumbnail. I've fixed this in the following revision: https://phabricator.kde.org/D10704 Git commit aa368aea25ba663a18d6f0cc45e5db89bcc38497 by Henrik Fehlauer, on behalf of Huon Imberger.
Committed on 22/02/2018 at 13:35.
Pushed by rkflx into branch 'Applications/17.12'.
Improve thumbnail tooltip animation
Summary:
This fixes a cosmetic issue where the tooltip got 'stuck' as long as you
kept moving your mouse around. The trade-off is it more often than not
fades out quicker than it did before, but I believe this isn't a problem.
This prevents the tooltip fade-out animation getting the 500ms delay unless the current animation is not running.
Therefore preventing the animation perpetually gaining a delay if moving the mouse over thumbnails fast enough.
## Before:
{F5720935, loop, autoplay}
## After:
{F5720936, loop, autoplay}
Reviewers: #gwenview, rkflx
Reviewed By: #gwenview, rkflx
Subscribers: rkflx
Differential Revision: https://phabricator.kde.org/D10704
M +3 -1 lib/thumbnailview/previewitemdelegate.cpp
https://commits.kde.org/gwenview/aa368aea25ba663a18d6f0cc45e5db89bcc38497
|