... but not by clicking anywhere else. The same applies for 'Hinting' preview. KDE Frameworks Version: 5.54 Qt Version: 5.12
Whoa, that's weeeeird!
The cursors KCM's combobox has the same issue. These are both QML KCMs; moving to qqc2-desktop-style
*** Bug 401282 has been marked as a duplicate of this bug. ***
I don't think it has anything to do with the contents of the comobox. Because QQC2 popups are inline. There's a QQuickOverlay across the rest of the window that detects mouse clicks. That doesn't seem to work on the KCM case because someone else is stealing the clicks.
Git commit 0ac99af6e6917051083cbf21c855a90ec4bd043d by David Edmundson. Committed on 29/01/2019 at 14:53. Pushed by davidedmundson into branch 'master'. Set combobox popups to be modal Summary: This closer matches what we see on QWidgets where losing focus closes the combobox. Test Plan: Opened a combobox Clicked outside It closed Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D18596 M +1 -0 org.kde.desktop/ComboBox.qml https://commits.kde.org/qqc2-desktop-style/0ac99af6e6917051083cbf21c855a90ec4bd043d
it's not completely fixed, dropdowns remain open depending on the area clicked. open system settings > cursor open "Size" dropdown while the dropdown is still open, click aside "Apply" button on botton "Size" dropdown remains open
Operating System: KDE neon Developer Edition KDE Plasma Version: 5.15.80 KDE Frameworks Version: 5.55.0 Qt Version: 5.12.0
Interestingly, the click event does seem to trickle down; after the pop-up is closed, the button has been clicked. Can you open a new bug report for this? Thanks!
reported as bug 404060