https://bugs.kde.org/show_bug.cgi?id=487392
Bug ID: 487392 Summary: Item selection doesn't reset x or y properly between mouse click and arrow keys Classification: Applications Product: dolphin Version: 24.02.2 Platform: Arch Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: view-engine: general Assignee: dolphin-bugs-n...@kde.org Reporter: jerome.4a4c+...@gmail.com CC: kfm-de...@kde.org Target Milestone: --- SUMMARY Observed with icons mode and compact mode, but not details mode. STEPS TO REPRODUCE 1. Open a folder with multiple items (folder/file) such that there are multiple columns and lines of items 2. With the arrow keys, select an item A at (xA, yA) 3. Click on another item B at (xB, yB) 4. Use up or down arrow (for compact mode use left/right arrow, see additional information) OBSERVED RESULT 4. The selected item is (xA,yB-1) or (xA,yB+1) EXPECTED RESULT 4. The selected item is (xB,yB-1) or (xB,yB+1) SOFTWARE/OS VERSIONS Operating System: EndeavourOS KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.2.0 Qt Version: 6.7.0 ADDITIONAL INFORMATION Compact mode is a translation of icons mode, so use left/right arrows and invert x and y. Changing the width of the window (even by 1 pixel) before 4. correctly reset the position, so the expected result occurs. -- You are receiving this mail because: You are watching all bug changes.