Summary: | File/directory icons/names move to the right when opening/refreshing contents of Dolphin | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | temporary987 |
Component: | view-engine: icons mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emmanuelpescosta099 |
Priority: | NOR | ||
Version: | 4.13.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
URL: | http://www.youtube.com/watch?v=BcVNRDuk_AU&feature=youtu.be | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/098294f49ef61b2f93874f6d9dd3e43b7d6e2410 | Version Fixed In: | 4.13.2 |
Sentry Crash Report: |
Description
temporary987
2014-05-13 10:56:40 UTC
Thanks for the bug report, I can reproduce it. Dolphin does the layouting twice (first without scrollbar then with scrollbar). I'll try to fix it when I have enough time. Maybe Frank has already a great idea how to solve it the right way (as usual). ;) Thank you very much, I'm looking forward to the bugfix. ;) (In reply to comment #1) > Maybe Frank has already a great idea how to solve it the right way (as usual). ;) Unfortunately not :-( My first idea would be to set a breakpoint in KItemListViewLayouter::doLayout to see where it's called from for the two different layouts, and/or add some debug output to find out more about the problem. It also happens wit bespin & virtuality, but not plastique or skulpture -> I bet everyones right arm that it's related to SH_ScrollView_FrameOnlyAroundContents returning false for those styles. So Is it bug in Dolphin or in KDE Styles? (In reply to comment #5) > So Is it bug in Dolphin or in KDE Styles? No, the problem is in Dolphins layout handling. Git commit 098294f49ef61b2f93874f6d9dd3e43b7d6e2410 by Emmanuel Pescosta. Committed on 25/05/2014 at 16:30. Pushed by emmanuelp into branch 'KDE/4.13'. Fix Bug 334696 - File/directory icons/names move to the right when opening/refreshing contents of Dolphin Take the scrollbar spacing into account. REVIEW: 118319 FIXED-IN: 4.13.2 M +8 -2 dolphin/src/kitemviews/kitemlistview.cpp http://commits.kde.org/kde-baseapps/098294f49ef61b2f93874f6d9dd3e43b7d6e2410 Thank you for fixing this bug! I have downloaded .diff, patched the sources and built a package. Now dolphin works fine! (In reply to comment #8) > Thank you for fixing this bug! I have downloaded .diff, patched the sources > and built a package. Now dolphin works fine! You are welcome! Thanks for testing the patch, always appreciated! :) |