SUMMARY Under some conditions, zooming animation leads to annoying visual bugs. Please, see attachments for details.. SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.24.80 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.3 Graphics Platform: X11
Created attachment 145938 [details] Icons view Icons view, minimum zoom level. Zooming in and out causes some icons to "jump".
Created attachment 145939 [details] Compact view Compact view, minimum zoom level. Zooming in and out causes the labels to be cut off during animation.
It may be worth disabling the zoom animation.
Created attachment 146028 [details] Yet another video. Resetting zoom from huge to smallest.
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/338
Git commit a05343530d0f43434715888902067512309098ce by Felix Ernst, on behalf of Eugene Popov. Committed on 13/02/2022 at 12:16. Pushed by felixernst into branch 'master'. Fix zooming animation Current implementation of the zooming animation is a bit buggy. This MR fixes the following issues: * in the Icon view mode, the icons sometimes "jump" * in the Compact view mode, the labels sometimes are cut off M +11 -12 src/kitemviews/kitemlistview.cpp M +27 -2 src/kitemviews/kitemlistwidget.cpp M +11 -0 src/kitemviews/kitemlistwidget.h M +23 -21 src/kitemviews/kstandarditemlistwidget.cpp M +1 -0 src/kitemviews/kstandarditemlistwidget.h M +8 -0 src/kitemviews/private/kitemlistviewanimation.cpp M +3 -3 src/kitemviews/private/kitemlistviewanimation.h https://invent.kde.org/system/dolphin/commit/a05343530d0f43434715888902067512309098ce
Created attachment 147073 [details] Yet another bug when renaming a file/folder
Reopened since Comment 7.
Git commit 82509612067bd39355372d8dc2ceed932f91d130 by Ismael Asensio, on behalf of Eugene Popov. Committed on 25/02/2022 at 19:37. Pushed by iasensio into branch 'master'. [CompactView] Remove animation on file rename This MR fixes an issue where the label is cut off when renaming in Compact View mode. FIXED-IN: 22.04 M +2 -20 src/kitemviews/kitemlistview.cpp M +0 -2 src/kitemviews/kitemlistview.h https://invent.kde.org/system/dolphin/commit/82509612067bd39355372d8dc2ceed932f91d130