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

Undo reverts to in-between state after drag-n-drop event #126

Open
oriondean opened this issue Jul 26, 2018 · 0 comments
Open

Undo reverts to in-between state after drag-n-drop event #126

oriondean opened this issue Jul 26, 2018 · 0 comments
Labels

Comments

@oriondean
Copy link
Contributor

Reproduction steps:

  1. Enter 123,456.78 into input field
  2. Select 123,|456|.78
  3. Drag |456| to beginning of input field
  4. Press CTRL + Z to undo
  5. Notice the input field is now 123.78
  6. Press CTRL + Z to undo again
  7. The field is now back to the original state 123,456.78

Interestingly, It seems like right clicking in the field and clicking undo (in Chrome at least) has the correct behaviour. However, using the keyboard undo shortcut puts the field into this in-between state.

@oriondean oriondean added the bug label Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant