touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #97795
[Bug 1427187] Re: [Wizard] Language dropdown widget changes style after selection
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.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1427187
Title:
[Wizard] Language dropdown widget changes style after selection
Status in unity8 package in Ubuntu:
Triaged
Bug description:
Test case.
- Run the wizard.
- 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. See screenshot.
current build number: 129
device name: krillin
channel: ubuntu-touch/devel-proposed
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1427187/+subscriptions
References