Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KtFieldNumber: weird cursor position behavior on arrow_key up and down #780

Open
carsoli opened this issue Jun 28, 2023 · 0 comments
Open
Assignees

Comments

@carsoli
Copy link
Contributor

carsoli commented Jun 28, 2023

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

  1. Go to any KtFieldNumber
  2. Focus on the field
  3. 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

@carsoli carsoli self-assigned this Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant