https://bugs.kde.org/show_bug.cgi?id=466206
--- Comment #8 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit 8e4e84f045b7459c0b02b1b1b51a9df73cea068a by Akseli Lahtinen. Committed on 07/05/2025 at 13:35. 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 +21 -0 src/filewidgets/kdiroperator.cpp M +7 -0 src/filewidgets/kdiroperator.h M +4 -4 src/filewidgets/kfilewidget.cpp https://invent.kde.org/frameworks/kio/-/commit/8e4e84f045b7459c0b02b1b1b51a9df73cea068a -- You are receiving this mail because: You are watching all bug changes.