SUMMARY When an image greater than the 100th one is selected and the thumbbar is reloaded, for instance by tagging the image, the thumbbar scrolls to show the 100th image as the last one. STEPS TO REPRODUCE 1. Open an album with more than 100 images. 2. Go to Preview view, enable Thumbbar. Select an image greater than the 100th one. 3. Cause the thumbbar to reload, for instance by resizing it or applying a tag to the image. OBSERVED RESULT The thumbbar scrolls so that the 100th image is the last one shown. EXPECTED RESULT The thumbbar should keep the selected image visible. SOFTWARE/OS VERSIONS digiKam 8.0.0 ADDITIONAL INFORMATION This is just a guess, but perhaps it has something to do with https://invent.kde.org/graphics/digikam/-/commit/78b3bb6f62633c220d49c4797c7876ed8af7616b ?
Did you use Linux ? Which kind of database ? Did you use AppImage bundle ? Which operating system exactly ?
This happens on Windows 10 and with the Linux Appimage on Ubuntu 22.04. Database is SQLite.
Git commit 28a447a7027ea1e109b60d913dd6128cfb55e6a8 by Maik Qualmann. Committed on 20/04/2023 at 06:17. Pushed by mqualmann into branch 'master'. disable QListView::Batched optimization for the thumbnail bars FIXED-IN: 8.1.0 M +2 -1 NEWS M +5 -0 core/app/items/thumbbar/itemthumbnailbar.cpp M +5 -0 core/showfoto/thumbbar/showfotothumbnailbar.cpp M +5 -0 core/utilities/import/views/importthumbnailbar.cpp https://invent.kde.org/graphics/digikam/commit/28a447a7027ea1e109b60d913dd6128cfb55e6a8
Just noticed this bug. I confirm that the commit fixes it.
*** Bug 470510 has been marked as a duplicate of this bug. ***
*** Bug 471968 has been marked as a duplicate of this bug. ***
*** Bug 472014 has been marked as a duplicate of this bug. ***
See if this is related https://bugs.kde.org/show_bug.cgi?id=472918 and bug is not properly fixed or it was deeper than this.