Opened 9 years ago

Last modified 7 years ago

#2749 new bug

improve input for seeding relation

Reported by: krichter 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).

Change History (2)

comment:1 Changed 9 years ago by Cas

  • Milestone changed from Future to 2.0.x

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

comment:2 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.