Summary: | Wrong icon loaded in "mouse down" event | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | markuss <kamikazow> |
Component: | widget-folderview | Assignee: | Ignat Semenov <i.semenov.kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, i.semenov.kde, thijs22nospam |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.4 | |
Sentry Crash Report: | |||
Attachments: | Screenshot |
Description
markuss
2010-11-09 20:19:09 UTC
Created attachment 53295 [details]
Screenshot
[Comment from a bug triager] I can reproduce this with KDE SC 4.6beta2 on ArchLinux 686 ..And confirmed on 4.7.4, too Aaawesome! Now this is another confirmation of the dreaded iconloader bug. Thank you for reporting! commit f1ea9f65eaabf3e5e8a6076df580818effcaf7aa Author: Michael Pyne <mpyne@kde.org> Date: Thu May 10 21:59:38 2012 -0400 Do not force the largest-available icon size to be used. The current icon-selection code "locks-in" the largest size icon already found that is otherwise suitable. This is undesirable since downscaling the icon which is the next step up in size should generally be quicker and give a more size-appropriate representation on-screen. Instead of skipping icons that are smaller than an icon already found (even if they are a better "fit" for the desired size), we use a simpler test to skip icons that require upscaling when we've already found an icon that can be downscaled. Otherwise we prefer icons that are closer to the desired size. Issue noted and debugged by Ignat Semenov. CCMAIL:ragnarokk91@gmail.com |