** Also affects: ubuntu-clock-app Importance: Undecided Status: New
** Also affects: ubuntu-calendar-app Importance: Undecided Status: New ** Changed in: ubuntu-clock-app Milestone: None => 3.x.backlog ** Changed in: ubuntu-clock-app Importance: Undecided => Critical ** Changed in: ubuntu-clock-app Importance: Critical => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1371694 Title: TimePicker behaves erratically after changing system timezone Status in Ubuntu Calendar App: New Status in Ubuntu Clock App: New Status in ubuntu-ui-toolkit package in Ubuntu: Triaged Bug description: import QtQuick 2.3 import Ubuntu.Components 1.1 import Ubuntu.Components.Pickers 1.0 MainView { width: units.gu(40) height: units.gu(65) applicationName: "com.ubuntu.developer.nik90.test2" Page { title: i18n.tr("DatePicker Bug") DatePicker { anchors { top: parent.top left: parent.left right: parent.right } clip: true mode: "Hours|Minutes" } } } Steps to reproduce bug: 1. Open the above sample app ^^ on the device 2. Then open the system settings app. 3. Change the timezone 4. Switch back to the sample app 5. Click on any value in the timepicker What happens: The timepicker changes the value back to some random value and behaves erratically Output log when that happens: file:///usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components/Pickers/DatePicker.qml:389:5: QML HoursModel: Binding loop detected for property "date" file:///usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components/Pickers/DatePicker.qml:389:5: QML HoursModel: Binding loop detected for property "date" file:///usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components/Pickers/Picker.qml:219:9: QML Binding: Binding loop detected for property "value" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1371694/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp