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

Cursor jumps to the end #5

Closed
m-spyratos opened this issue Aug 23, 2018 · 1 comment
Closed

Cursor jumps to the end #5

m-spyratos opened this issue Aug 23, 2018 · 1 comment
Assignees
Labels
bug A confirmed bug

Comments

@m-spyratos
Copy link

m-spyratos commented Aug 23, 2018

If you place the cursor to a specific position other than the very start or end of the amount (and few other places), after entering an amount the cursor jumps to the very end instead of staying at the same position.

Here are few examples (the pipe represents the cursor):

0.0|0 -> Enter 1
Actual: 0.10|
Expected: 0.1|0

12.|34 -> Enter 5
Actual: 125.34|
Expected: 125|.34

1|23.45 -> Enter 6
Actual: 1,623.45|
Expected: 1,6|23.45

@codermarcos codermarcos self-assigned this Sep 3, 2018
@codermarcos codermarcos added the bug A confirmed bug label Sep 3, 2018
@codermarcos
Copy link
Owner

@m-spyratos thanks for reporting this bug. In the next version this bug will be corrected with some improvements for performance and compatibilities as well.

@codermarcos codermarcos mentioned this issue Sep 7, 2018
codermarcos added a commit that referenced this issue Sep 7, 2018
@codermarcos codermarcos moved this to Done in Tasks Sep 19, 2023
codermarcos added a commit that referenced this issue Aug 23, 2024
codermarcos added a commit that referenced this issue Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A confirmed bug
Projects
Status: Done
Development

No branches or pull requests

2 participants