Summary: | Dolphin - pressing preview button twice moves to the top of the list | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Nikos Papas <linuxfever> |
Component: | view-engine: details mode | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | frank78ac |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.0 | |
Sentry Crash Report: |
Description
Nikos Papas
2011-04-08 14:24:54 UTC
Thanks for the bug report! I can confirm the issue in master. The root cause is in KFilePreviewGenerator, I'll try to fix this during the next week (issue is there since at least KDE SC 4.4). Git commit 41854146040f8638fffb13b20a75f6ecda2837a6 by Peter Penz. Committed on 08/04/2011 at 20:52. Pushed by ppenz into branch 'master'. KFilePreviewGenerator: Prevent unnecessary reloading of directory When turning off previews the reloading of the directory is unnecessary and has side effects: - The selection gets cleared - The position of the view might get reset BUG: 270437 BUG: 270435 FIXED-IN: 4.7.0 M +17 -13 kfile/kfilepreviewgenerator.cpp http://commits.kde.org/kdelibs/41854146040f8638fffb13b20a75f6ecda2837a6 Wow, that was some quick debugging! Does this mean that we will see the fix in 4.7 and not in 4.6.3? I'm careful with backporting issues that are not really showstoppers, so the fix will be in 4.7.0 and not in 4.6.x But 4.7.0 is not that far away anyhow ;-) |