Skip to content

ComboBox: Fix consistency with widgets when popup is open

ivan tkachenko requested to merge work/ratijas/big-mac-combo into master

Styled controls should use down property instead of pressed, and it provides more flexible styling options and be overridden by clients. On the other hand, binding hasFocus to both activeFocus and popup's visibility does not make sense, as popup would take the focus away from control in any case, so binding only to activeFocus is sufficient.

CC @olib

Merge request reports