Opened 17 years ago
Last modified 14 years ago
#22 assigned enhancement
EditableScale should have a history of entered scales
Reported by: | pagameba | Owned by: | pagameba |
---|---|---|---|
Priority: | P3 | Milestone: | 2.3 |
Component: | Widgets | Version: | 1.0.3 |
Severity: | Minor | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
It would be really nice if the EditableScale widget kept a history of previously entered scale values and allowed you to jump to them quickly. Some things to think about:
- should be possible to put it in a toolbar (esp a BottomBar with the picker opening upwards)
- should be possible to define how many entries it remembers
- should be possible to pre-populate the list
- the list should be sorted
- the history should be smart enough to not put the same entry in twice, within a certain (possibly configurable) tolerance.
Change History (4)
comment:1 by , 16 years ago
Milestone: | 1.1 → 2.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 15 years ago
There are some new things in JxLib 3 that make the list of *shoulds* a little easier, but we haven't built an editable combo box yet. It is on my list of things to do so I think we should keep this one in the current milestone.
comment:4 by , 14 years ago
Milestone: | 2.1 → 2.3 |
---|
Note:
See TracTickets
for help on using tickets.
This is a bit more possible with the new version of Jx, the new Combo button is a little smarter than it was before. May still need some enhancements to support all the features listed above.