[ui-toolkit] TimePicker behaves erratically after changing system timezone
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Calendar App |
Invalid
|
Undecided
|
Unassigned | ||
Ubuntu Clock App |
Invalid
|
High
|
Unassigned | ||
ubuntu-ui-toolkit (Ubuntu) |
Invalid
|
High
|
Zsombor Egri |
Bug Description
import QtQuick 2.3
import Ubuntu.Components 1.1
import Ubuntu.
MainView {
width: units.gu(40)
height: units.gu(65)
application
Page
{
title: i18n.tr("DatePicker Bug")
DatePicker {
anchors {
}
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://
file://
file://
description: | updated |
description: | updated |
description: | updated |
tags: | added: clock-app |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Zsombor Egri (zsombi) |
importance: | Undecided → High |
status: | New → Triaged |
no longer affects: | ubuntu-ui-toolkit |
Changed in ubuntu-clock-app: | |
milestone: | none → 3.x.backlog |
importance: | Undecided → Critical |
importance: | Critical → High |
summary: |
- 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 |
There is no TZ support in the DatePicker yet. No wonder this is working wrong. OTOH, there's no way to get the TZ changes in QML yet, so we must expose the Time component first then we can fix this. Time component is scheduled for post 14.10, so expect this to be fixed after that.