https://bugs.kde.org/show_bug.cgi?id=505046
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-integration/-/com | |mit/5fe925f940be709ac2abde5 | |a8b6f7c77296a6bd4 Version Fixed In| |6.3.6 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #11 from Nate Graham <n...@kde.org> --- Git commit 5fe925f940be709ac2abde5a8b6f7c77296a6bd4 by Nate Graham. Committed on 06/06/2025 at 21:30. Pushed by ngraham into branch 'master'. kdirselectdialog: correct initial focus It begins with focus on the top-left-most widget, which normally is good. However here that means the Places panel, which is not what you want; you can't start navigating the tree view immediately, and if you pres the Enter key, the top-most Places item gets returned instead of the item visibly selected in the tree view. Instead, start with focus on the main view, which corrects both issues. FIXED-IN: 6.3.6 M +2 -0 qt5/src/platformtheme/kdirselectdialog.cpp M +2 -0 qt6/src/platformtheme/kdirselectdialog.cpp https://invent.kde.org/plasma/plasma-integration/-/commit/5fe925f940be709ac2abde5a8b6f7c77296a6bd4 -- You are receiving this mail because: You are watching all bug changes.