ComboButtonStyle style artifacts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-ui-toolkit (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
from bug:
https:/
Test case.
- Run the wizard from unity8 project.
- Go to the language selection page.
- Tap to open the list.
- Select a language (e.g Spanish).
Expected result.
- Language is selected and dropdown widget doesn't change its style.
Actual result.
- After language is selected, widget changes its style. For a moment, the list is no longer transparent, but gray.
was able to track this down to ComboButtonStyl
http://
specifically line 32:
defaultDropdown
seems waiting for combo.expanded to be evaluated is the issue.
changing line 32 to:
defaultDropdown
and line 110 to:
color: mainButton.
will give desired results in the wizard, tho not a proper fix.