You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently all occurences of the SpinButton in Ueli behave weird. All of them can only be changed by using the up and down function, when a value is entered manually it gets reset after losing focus.
For some SpinButtons the value is increased by 2 per step up or down. The video below shows both issues (don't mind the weird theme, my screenrecorder seems to be buggy aswell):
Expected behavior
The control behaves like a masked input that only allows numbers to be entered.
Environment
OS: Windows
Version 9.11.1
Additional context
The issue with the "double jump" per step is likely because the input type is set to number on the SpinButton, which causes to up/down Buttons to appear.
Maybe it is easier to replace all occurences of the spin button with the control used for the Rescan Interval
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently all occurences of the SpinButton in Ueli behave weird. All of them can only be changed by using the up and down function, when a value is entered manually it gets reset after losing focus.
For some SpinButtons the value is increased by 2 per step up or down. The video below shows both issues (don't mind the weird theme, my screenrecorder seems to be buggy aswell):
Ueli.2024-12-04.11-36-28.mp4
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The control behaves like a masked input that only allows numbers to be entered.
Environment
Additional context
The issue with the "double jump" per step is likely because the input type is set to number on the SpinButton, which causes to up/down Buttons to appear.
Maybe it is easier to replace all occurences of the spin button with the control used for the Rescan Interval
The text was updated successfully, but these errors were encountered: