Summary: | Revision 1158057 leads to incorrect behaviour of tooltips | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Eugene Shalygin <eugene.shalygin+bugzilla.kde> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde-2011.08 |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.5.2 | |
Sentry Crash Report: |
Description
Eugene Shalygin
2010-09-03 13:37:38 UTC
Not only is this bug #250000, but it was filed at a very 1337 hour! Thanks for the report. I could reproduce to have a wrong preview after playing a few minutes and changing folders, but it was very tricky to reproduce. Do you probably have some more hints? E. g. on which file-types did you test this (PDFs, images, ...)? I guess it's a timing issue and related to how long the previews require to get generated... I found it with movies and mplayerthumbs, but after that I reproduced it with PDFs and images as well. Concerning time I would say that when tooltip is showed, it already contains wrong image despite file type (JPG, movie, whatever) and it seems to be not depending on time. Only if Dolphin generates previews for files in just opened directory quicker than I'm able to hover file with mouse, then tooltips are correct. SVN commit 1171568 by ppenz: Fix issue that an old preview might be shown in a tooltip. Cool bug-id btw ;-) BUG: 250000 FIXED-IN: 4.5.2 M +6 -0 tooltipmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1171568 SVN commit 1171569 by ppenz: Fix issue that an old preview might be shown in a tooltip. Cool bug-id btw ;-) CCBUG: 250000 FIXED-IN: 4.5.2 M +6 -0 tooltipmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1171569 |