galaxy
galaxy copied to clipboard
[23.0] integer parameters with only min / max misbehave in UI
Describe the bug
For integer parameters with
- only
max(positive value) defined:- one gets a slider allowing to select values between 0 and max (when lowered with the little arrow on the side the user sees
-1 is out of null - MAX range!for a moment and then the value is reset to the average(?) of 0 and MAX?
- one gets a slider allowing to select values between 0 and max (when lowered with the little arrow on the side the user sees
- only
mindefined: the little arrows allow to lower the value also below min.
Also noticed that using negative values for min/max behaves differently, e.g. for only max one does not get a slider, but can lower the values.
Galaxy Version and/or server at which you observed the bug Galaxy Version: 23.0 Commit: executed today via planemo
Expected behavior
The main bug is IMO that there is a slider for the only-max case. But it would also be nice if the arrows would respect min and max.