https://bugs.kde.org/show_bug.cgi?id=488703
Ismael Asensio <isma...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/c56d5f5411 | |971b5bf1dfb25fc1011a41651aa | |3fe Status|ASSIGNED |RESOLVED Version Fixed In| |6.3.3 --- Comment #3 from Ismael Asensio <isma...@gmail.com> --- Git commit c56d5f5411971b5bf1dfb25fc1011a41651aa3fe by Ismael Asensio. Committed on 05/03/2025 at 19:24. Pushed by iasensio into branch 'master'. kcms/rules: Fix keyboard usability for comboboxes with multiple selection The ComboBox component handles keyboard events by keeping the focus on the main item. Here, `OptionsComboBox` implements a custom logic to select multiple options, where the standard handling fails. To fix it, move the special logic for toggling an option to the main component and activate it either by pressing `Space` or mouse clicking on the delegate. FIXED-IN: 6.3.3 M +33 -21 src/kcms/rules/ui/OptionsComboBox.qml https://invent.kde.org/plasma/kwin/-/commit/c56d5f5411971b5bf1dfb25fc1011a41651aa3fe -- You are receiving this mail because: You are watching all bug changes.