ubuntu-apps-bugs team mailing list archive
-
ubuntu-apps-bugs team
-
Mailing list archive
-
Message #00904
[Bug 1277647] Re: Changing theme from Ambiance to SuruDark or SuruGradient in MainView's completion causes binding loops.
This bug was fixed in the package address-book-app -
0.2+14.04.20140318.3-0ubuntu1
---------------
address-book-app (0.2+14.04.20140318.3-0ubuntu1) trusty; urgency=low
[ Ubuntu daily release ]
* New rebuild forced
[ Richard Huddie ]
* A new emulator method go_to_add_contact() to launch the add contact
screen, and a new test to validate its use.
[ Renato Araujo Oliveira Filho ]
* Refactory contact list. To switch between the favorite list and all
contacts list you will use the header.
* Refactory contact favorite selection. In this new version you
favorite the contact instead of phone number.
* Avoid change the "Theme.name" during the component complete, this
was causing a lot of properties binding loops. (LP: #1277647)
-- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx> Tue, 18 Mar 2014 18:15:39 +0000
** Changed in: address-book-app (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to address-book-app in Ubuntu.
https://bugs.launchpad.net/bugs/1277647
Title:
Changing theme from Ambiance to SuruDark or SuruGradient in MainView's
completion causes binding loops.
Status in Address Book App:
Confirmed
Status in Ubuntu UI Toolkit:
Confirmed
Status in “address-book-app” package in Ubuntu:
Fix Released
Bug description:
The following code snippet reproduces the error:
import QtQuick 2.0
import Ubuntu.Components 0.1
MainView {
width: units.gu(40)
height: units.gu(71)
Component.onCompleted: Theme.name = "Ubuntu.Components.Themes.SuruDark"
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1277647/+subscriptions