https://bugs.kde.org/show_bug.cgi?id=414439
Bill Werrel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|RESOLVED |REOPENED Resolution|WORKSFORME |--- --- Comment #4 from Bill Werrel <[email protected]> --- This is still an issue in Dolphin 26.04.0. Here's another way to reproduce the bug. 1. Create a new directory and change to it: $ mkdir tmpdir $ cd tmpdir 2. Create a large number of files: $ for i in {1..500}; do touch $i ; done 3. Open Dolphin. Display the 'tmpdir' directory. Select details view. Sort by last modified (ie '500' is at the top). 4. Run the following command $ for i in {1..100}; do touch x ; sleep 1; rm x ; sleep 1; done You should see 'x' at the top of of list list being created and removed one a second. 5. Scroll down about halfway so the 'x' file is no longer visible. The files jump up and down one row every second. -- You are receiving this mail because: You are watching all bug changes.
