Summary: | paging by page in list of files by clicking in trough skips row | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | ceolesen |
Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/6ba70a6fbf64ac1d3534e9d9affdd9b399894087 | Version Fixed In: | 4.10.2 |
Sentry Crash Report: |
Description
ceolesen
2013-02-22 10:58:15 UTC
Thanks for the report, I can confirm the issue. I think I've found a way to fix it: https://git.reviewboard.kde.org/r/109210/ Git commit 6ba70a6fbf64ac1d3534e9d9affdd9b399894087 by Frank Reininghaus. Committed on 11/03/2013 at 18:18. Pushed by freininghaus into branch 'KDE/4.10'. Do not skip rows in when clicking the empty area of the scroll bar The height of the header widget must be subtracted from the view's height in Details View to determine the "pageStep" for the scroll bar. FIXED-IN: 4.10.2 REVIEW: 109210 M +3 -1 dolphin/src/kitemviews/kitemlistcontainer.cpp M +9 -0 dolphin/src/kitemviews/kitemlistview.cpp M +6 -0 dolphin/src/kitemviews/kitemlistview.h http://commits.kde.org/kde-baseapps/6ba70a6fbf64ac1d3534e9d9affdd9b399894087 |