KtFieldNumber: weird cursor position behavior on arrow_key up and down
Opened this issue · 0 comments
carsoli commented
Describe the bug
The cursor position is supposed to be always at the end while we increment or decrement whether through typing, pressing the buttons or pressing the arrow key up and down.
It is for all the cases except when we press arrow key up, it resets to the beginning and then to the end in a split second which looks kind of glitchy.
To Reproduce
- Go to any KtFieldNumber
- Focus on the field
- Press arrow key up for the value and compare it with when you press arrow key down in terms of the cursor position behavior
Expected behavior
Cursor position doesn't move to the beginning and stays at the end or always goes to the end