Version: unspecified (using Devel) OS: Linux When Dolphin starts on details view, removal of a file scrolls the view to the top when the view is scrolled down. Reproducible: Always Steps to Reproduce: Make sure Dolphin is started in details view. Switch or stay in folder with enough files so the view can be scrolled down. Delete a file. Actual Results: The view returns to the top. Expected Results: No side effect. When the view mode is switched, or the initial mode is not details, this does not occur.
Thanks for the report, but I cannot reproduce this issue following your steps. Do you use trunk or the 4.5 branch? Could you please let us know your Qt version?
I use KDE trunk: Revision: 1160118 and Qt 4.7: commit e93d11c733bb44208089a7488c6e7a176468d407 Merge: beecb59 0b98430 Author: Qt Continuous Integration System <qt-info@nokia.com> Date: Sat Jul 31 09:46:34 2010 +0200
Thanks for the info, maybe this is Qt 4.7 related (I'm currently still using Qt 4.6.2). I'm curios: Are you able to reproduce this issue also with your current KDE version (4.4.x)?
I cannot reproduce this on another computer with KDE 4.4.5 and Qt 4.6.2.
OK, then I'll need to check this with Qt 4.7...
Cannot reproduce using KDE 4.4.5 and Qt 4.6.3 too :-)
I've checked this with KDE SC 4.5.0 and Qt 4.7 (beta) and cannot reproduce the issue. But I'll leave this open until Qt 4.7 final is available...
I can reproduce this (KDE trunk + Qt 4.7 branch) with the instructions from bug 250641: 1. Open Konqueror or Kmail 2. Navigate to a folder with a large number of items requiring a vertical scroll 3. Change view mode to details if using Konqueror (this is default in Kmail) 4. Scroll to the bottom of the list and drag an item near the bottom to another folder, or delete it 5. Select move if asked. Most likely a Qt issue (it's also reproducible in KMail) according to the reporter of that bug. I'll try to have a look if I find some time...
*** Bug 250641 has been marked as a duplicate of this bug. ***
Typo in my comment 7: Most likely a Qt issue (it's also reproducible in KMail according to the reporter of that bug). I'll try to have a look if I find some time...
Created attachment 51551 [details] Qt-only test case This test case shows the buggy behaviour in Qt's 4.7 branch. Qt 4.6.3 works fine. Strangely enough, the view does not scroll to the top if the selection mode is set to SingleSelection.
I'm unable to analyse this in detail at the moment, so I reported this upstream: http://bugreports.qt.nokia.com/browse/QTBUG-13567
*** Bug 251256 has been marked as a duplicate of this bug. ***
*** Bug 251840 has been marked as a duplicate of this bug. ***
This has been fixed for Qt 4.7.1: http://qt.gitorious.org/qt/qt/commit/6da6b7099d4e0b49329793e4b90703ec3d868048
Great, thanks Frank for providing the Qt-patch + unittest! I guess the Qt-guys are quite happy about such kind of bug-reports that include a fix :-)
*** Bug 255622 has been marked as a duplicate of this bug. ***