For instance if i delete 4 items, i won't see 3 last items in a list until i refresh. It's very inconvenient especially if sort by date. The very important is to be at the bottom. Reproducible: Always Steps to Reproduce: 1. Switch to detailed view 2. Scroll down to bottom 3. Choose some items to delete and delete them Actual Results: At the bottom i see not all items until refresh Expected Results: I see all items
Thanks for the bug report! I can confirm the problem.
@All: Please test this patch https://git.reviewboard.kde.org/r/111486/ and maybe give some feedback, if it works for you too or if you find a regression (Hopefully not!). Thanks :)
Git commit ba2c5c7193b66e035e4040401cb21ce294a0834e by Frank Reininghaus. Committed on 25/07/2013 at 20:25. Pushed by freininghaus into branch 'KDE/4.11'. Fix maximum value for scroll bar when deleting items in Details View The problem was that the view heigt minus the header height was subtracted from maximumScrollOffset() to determine the maximum value of the scroll offset of the top of the view. However, the top of the view is the part that is hiden behind the header. Therefore, the full view height must be subtracted from maximumScrollOffset. The remaining bits of bug 319951 were fixed by other recent commits. Thanks to Emmanuel Pescosta for helping to track down the problem! FIXED-IN: 4.11.0 REVIEW: 111486 M +8 -1 dolphin/src/kitemviews/kitemlistcontainer.cpp http://commits.kde.org/kde-baseapps/ba2c5c7193b66e035e4040401cb21ce294a0834e