Opened 10 years ago
Closed 10 years ago
#13608 closed defect (fixed)
Fails to reset SpinWheelTimePicker
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
If the current minutes are less than 10, reset does not work. This is because now.getMinutes() returns 0, ..., 9, while labels are "00", ..., "09", and comparison fails.
Note: See
TracTickets for help on using
tickets.
In [26084]: