Set combobox popups to be modal
ClosedPublic

Authored by davidedmundson on Jan 29 2019, 2:53 PM.

Details

Summary

This closer matches what we see on QWidgets where losing focus closes
the combobox.

BUG: 403403

Test Plan

Opened a combobox
Clicked outside
It closed

Diff Detail

Repository
R858 Qt Quick Controls 2: Desktop Style
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 7652
Build 7670: arc lint + arc unit
davidedmundson created this revision.Jan 29 2019, 2:53 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJan 29 2019, 2:53 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
davidedmundson requested review of this revision.Jan 29 2019, 2:53 PM
ngraham accepted this revision.Jan 29 2019, 3:27 PM
This revision is now accepted and ready to land.Jan 29 2019, 3:27 PM
This revision was automatically updated to reflect the committed changes.
broulik added a subscriber: broulik.Feb 1 2019, 8:08 AM

It's still a bit weird that the closing of combobox popups fails to function in embedded view like System Settings. Still +1 as this makes the behavior consistent with what we have on X elsewhere.

After living with this for a few days, I notice that now the behavior is reversed: clicking anywhere else will close but pop-up, but clicking on the button will not!