When pressing/clicking "Add Properties..." via the novel kwin rules kcm, it is not possible to immediately start typing to search the properties. Thus, I propose to focus the search field as soon the property list pops up. Operating System: Gentoo Linux KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.77.0 Qt Version: 5.15.2 Kernel Version: 5.10.5-gentoo OS Type: 64-bit Processors: 8 × Intel® Core™ i7-4810MQ CPU @ 2.80GHz Memory: 15.5 GiB of RAM Graphics Processor: Mesa DRI Intel® HD Graphics 4600
Thanks for the suggestion, seems like a sane idea to me. Set to wishlist.
*** Bug 433985 has been marked as a duplicate of this bug. ***
*** Bug 433330 has been marked as a duplicate of this bug. ***
Git commit 21de2a2912839a7076623910025ff88c5cc31c2e by David Edmundson. Committed on 28/03/2021 at 10:18. Pushed by davidedmundson into branch 'master'. Fix focus handling in OverlaySheet to be managed as one FocusScope Focus handling inside OverlaySheet had some issues, namely: - if the contentItem was a flickable, we would be calling forceActiveFocus on the unused invisible container for non-flickables (contentItemParent) -ScrollArea was a non-focus scope that has focus set by default, this meant it could take focus arbitrarily This moves the FocusScope to the toplevel visible item M +32 -26 src/controls/templates/OverlaySheet.qml https://invent.kde.org/frameworks/kirigami/commit/21de2a2912839a7076623910025ff88c5cc31c2e