https://bugs.kde.org/show_bug.cgi?id=523053

cwo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|                            |6.7.4
  Fixed/Implemented|                            |
                 In|                            |
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-desktop/-/commit/
                   |                            |5a99a0c11bc015c7274bc5b4f36
                   |                            |5d13824b83b9f

--- Comment #7 from cwo <[email protected]> ---
Git commit 5a99a0c11bc015c7274bc5b4f365d13824b83b9f by Christoph Wolk.
Committed on 15/07/2026 at 11:45.
Pushed by cwo into branch 'master'.

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

M  +1    -2    containments/desktop/package/contents/ui/FolderView.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/5a99a0c11bc015c7274bc5b4f365d13824b83b9f

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to