Opened 10 years ago
Last modified 7 years ago
#2749 new bug
improve input for seeding relation
Reported by: | Karl Richter | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.x |
Component: | Web UI | Version: | 1.3.11 |
Keywords: | Cc: |
Description
Currently the seeding relation is controlled with a spinner that
- allow specifying values -0.9, -0,8, ..., -0.1 which don't make sense (does 0.0 make sense?)
- doesn't explain that unlimited seeding corresponds to -1
Either a label explaining -1 should be added and the steps -0.9, -0.8, ..., -0.1 should be remoted or the spinner should be limited to the interval [0;infinite] or [0.1;infinite] and a checkbox for "unlimited" (deactivating the spinner) should be added (the latter is more intuitive, but requires more testing).
Note:
See TracTickets
for help on using tickets.
This is simply an issue with how the custom extjs spinners work and not an intended outcome. It might be rather complicated to implement.
Also see related ticket #2070