Page 1 of 1

[kovarex] [0.17.36] GUI: autosave intervall > 100 min inconsistent

Posted: Fri May 03, 2019 9:42 pm
by KunibertSegensreich
Autosave has a slider and an input box.

Slider allows 0..100+never.
Input box allows entering anything.

Value above 100 are not saved.

I would either expect the slider to choose and the input box be a focusless item for display only. Or the input box to enter values and accept them (<-- solution I would prefer and expect).

Re: [kovarex] [0.17.36] GUI: autosave intervall > 100 min inconsistent

Posted: Mon May 06, 2019 12:29 pm
by kovarex
Well, we can't limit the text after every character edit (as you might want to do some edits that in the end result into value in range).

I consider this behaviour to be fine, as it resets to the value to be saved right after loosing focus of the editing.