Opened 14 years ago
Closed 14 years ago
#1874 closed enhancement (duplicate)
Improve TimePicker
Reported by: | Eugene Lazutkin | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
TimePicker? should have following features:
- It should be able to use 12-hour and 24-hour selection for hours.
- It should be able to select minutes with 1-minute interval.
- Currently it uses 5-minute units to select minutes. It is impossible to select any non-divisible by 5 minutes (e.g., 53).
- In some cases user should be able to specify steps directly, or select from predefined steps like so: 1, 5, 10, 15, 30 minutes.
- In order to make the selector of minutes compact, it makes sense to use a slider widget.
- In some cases user wants to specified seconds. In this case, a selector of seconds should be present.
- The selector of seconds may use steps just like the selector of minutes.
- The slider widget can be used just like in the selector of minutes.
Alternative way to make the time selector compact, is to make it similar to the clock widget (dojo.gfx-based). It may make sense to support a traditional and graphical time pickers.
Additionally see #1872.
Change History (2)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Consolidating under #599