https://bugs.kde.org/show_bug.cgi?id=523053
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |5a99a0c11bc015c7274bc5b4f36 |c18950782ba9e9bca6c7522f940 |5d13824b83b9f |62c68ab6a7c99 --- Comment #8 from cwo <[email protected]> --- Git commit c18950782ba9e9bca6c7522f94062c68ab6a7c99 by Christoph Wolk. Committed on 07/09/2026 at 09:32. Pushed by cwo into branch 'Plasma/6.7'. containments/desktop: respect type-ahead setting in widget The configuration for the type-ahead feature tests for inPopup (which is a misnomer for a property that tracks whether we're in a panel), as the alternative feature (krunner searching) is not applicable there. The feature implementation, however, tests for isContainment. These are not the same - a Folder View can be not inPopup (read: inPanel) and yet not be a containment, namely it can be a Folder View widget on the desktop. In this case, the user is able to set it to search with krunner, but it actually won't; it will do type-ahead (as its not a containment). Instead test for the same property in both: inPopup. This makes the krunner search work, as we'll not accept the key presses here and they get passed up to the containment. FIXED-IN: 6.7.4 (cherry picked from commit 5a99a0c11bc015c7274bc5b4f365d13824b83b9f) Co-authored-by: Christoph Wolk <[email protected]> M +1 -2 containments/desktop/package/contents/ui/FolderView.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/c18950782ba9e9bca6c7522f94062c68ab6a7c99 -- You are receiving this mail because: You are watching all bug changes.
