STEPS TO REPRODUCE 1. Be in the middle of renaming a file. 2. Scroll up to check if you didn't forget to put another file in the folder. 3. Scroll back into the file you were renaming. OBSERVED RESULT The renaming is completely undone. EXPECTED RESULT Nothing should have happened. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.4.2 KDE Frameworks Version: 6.15.0 Qt Version: 6.9.1 Kernel Version: 6.15.5-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-11300H @ 3.10GHz Memory: 9 GB of RAM (8.1 GB usable) Graphics Processor 1: NVIDIA GeForce GTX 1650 Graphics Processor 2: Intel® Iris® Xe Graphics Manufacturer: LENOVO Product Name: 82MG System Version: IdeaPad Gaming 3 15IHU6
*** Bug 458896 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/1221
Git commit 5e35194b00d84db6aea3370ee8bb0ad560428c62 by Méven Car, on behalf of Pan Zhang. Committed on 23/03/2026 at 09:53. Pushed by meven into branch 'master'. kitemviews: Preserve inline rename when item scrolls out of view Inline rename was canceled when the edited item scrolled out of view. Scrolling could both finish the edit and recycle the item widget, causing the typed name to be lost. Keep the inline rename editor alive while the item is temporarily offscreen. Update the editor geometry on scroll, avoid recycling the widget while it is being edited, and suppress the temporary FocusOut triggered by hiding the editor. If the user interacts with another item while the edited one is offscreen, finish the hidden edit first so normal selection behavior is preserved. M +19 -1 src/kitemviews/kitemlistview.cpp M +32 -11 src/kitemviews/kstandarditemlistwidget.cpp M +1 -0 src/kitemviews/kstandarditemlistwidget.h M +5 -0 src/kitemviews/private/kitemlistroleeditor.cpp M +1 -0 src/kitemviews/private/kitemlistroleeditor.h https://invent.kde.org/system/dolphin/-/commit/5e35194b00d84db6aea3370ee8bb0ad560428c62
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/1338