SUMMARY Tabbing into dolphin after it had been minimized puts the places panel in focus instead of the files themselves. I tend to navigate with a keyboard by typing the directory/file names so this has been quite aggravating. As a workaround you can just not minimize the window or hide the places panel. STEPS TO REPRODUCE 1. Minimize dolphin 2. Tab back in 3. Type something OBSERVED RESULT After the window is raised the places panel steals focus and eats your input. EXPECTED RESULT Focus should be on the files. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.2.4 KDE Frameworks Version: 6.9.0 Qt Version: 6.8.1 Graphics Platform: X11
Hi - I can't reproduce the observed result using those steps on my Fedora KDE 41 system. Are you able to attach a screen recording (which can be created using Spectacle) of the behavior occurring on your device, to help folks see the specific timing and Dolphin layout involved? Could you also check to see if this behavior occurs on a Wayland session? Thanks!
Created attachment 177027 [details] Demonstration Looks like this only happens on X11.
Thanks!
I wonder if I caused this with https://invent.kde.org/system/dolphin/-/commit/f220e3b0783a24a6c7195f170297cf4b12a29d85. The places panel might receive spontaneous visibility changed events and interpret those as being actively toggled visible.
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/882