this can be made to act as expected in this case by changing:
http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/staging/view/head:/src/Ubuntu/Components/Themes/Ambiance/1.2/ComboButtonStyle.qml
line 32 to: defaultDropdownColor: Qt.rgba(0, 0, 0, 0.05) and line 110 to: color: mainButton.defaultColor
seems waiting for combo.expanded to be evaluated is the issue.
i'll try digging into ubuntu-ui-toolkit and see if get a proper fix for them.
this can be made to act as expected in this case by changing:
http:// bazaar. launchpad. net/~ubuntu- sdk-team/ ubuntu- ui-toolkit/ staging/ view/head: /src/Ubuntu/ Components/ Themes/ Ambiance/ 1.2/ComboButton Style.qml
line 32 to: Color: Qt.rgba(0, 0, 0, 0.05) defaultColor
defaultDropdown
and line 110 to:
color: mainButton.
seems waiting for combo.expanded to be evaluated is the issue.
i'll try digging into ubuntu-ui-toolkit and see if get a proper fix for them.