[PATCH] KFileWidget: Fix key navigation escaping in save dialogs
authorAkseli Lahtinen <akselmo@akselmo.dev>
Wed, 7 May 2025 13:35:19 +0000 (16:35 +0300)
committerAurélien COUDERC <coucouf@debian.org>
Sun, 8 Jun 2025 12:42:29 +0000 (14:42 +0200)
commitfeba3c5652722ee319d936966e0d16d553b64819
treed59bc48d92ea6f358d0c389991ed4e213e781aab
parentf108ab945fb48d63db6979d58affda0f7041f6b2
[PATCH] 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.

CCBUG: 466206
FIXED-IN: 6.14
(cherry picked from commit 8e4e84f045b7459c0b02b1b1b51a9df73cea068a)

Gbp-Pq: Name upstream_719e0b00_KFileWidget-Fix-key-navigation-escaping-in-save-dialogs.patch
src/filewidgets/kdiroperator.cpp
src/filewidgets/kdiroperator.h
src/filewidgets/kfilewidget.cpp