← Back to team overview

touch-packages team mailing list archive

[Bug 1371694] Re: [ui-toolkit] TimePicker behaves erratically after changing system timezone

 

** Summary changed:

- TimePicker behaves erratically after changing system timezone
+ [ui-toolkit] TimePicker behaves erratically after changing system timezone

** Changed in: ubuntu-clock-app
       Status: New => Incomplete

** Changed in: ubuntu-calendar-app
       Status: New => Incomplete

-- 
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:
  [ui-toolkit] TimePicker behaves erratically after changing system
  timezone

Status in Ubuntu Calendar App:
  Incomplete
Status in Ubuntu Clock App:
  Incomplete
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