https://bugs.kde.org/show_bug.cgi?id=466206
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |6.14 Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/ba6556f | |356ba4663a7f754212a6b0b1787 | |8581f4 --- Comment #5 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit ba6556f356ba4663a7f754212a6b0b17878581f4 by Akseli Lahtinen. Committed on 09/04/2025 at 13:50. Pushed by akselmo into branch 'master'. KFileWidget: Fix key navigation escaping in save dialogs In save dialogs the keyboard navigation would escape during file highlighting, since the fileHighlight sets the focus for fileName bar for mouse operations. This makes sure the user has to press Tab to explicitly escape the keyboard navigation mode. For clicking the items, it should not affect at all. FIXED-IN: 6.14 M +17 -1 src/filewidgets/kdiroperator.cpp M +1 -1 src/filewidgets/kdiroperator.h M +5 -9 src/filewidgets/kfilewidget.cpp https://invent.kde.org/frameworks/kio/-/commit/ba6556f356ba4663a7f754212a6b0b17878581f4 -- You are receiving this mail because: You are watching all bug changes.