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

Phone number field acts weird when moving with arrow keys then making changes #6

Open
omarshammas opened this issue Sep 13, 2013 · 2 comments

Comments

@omarshammas
Copy link
Owner

If I fill out the phone number all the way, then go back with the arrow keys and try to delete/change numbers, I get weird behavior

@ts
Copy link

ts commented Nov 7, 2013

👍

And to clarify, the behavior is predictable. When removing a character (via delete or backspace) the cursor stays between the remaining characters, but moves to the end of the input field as another is typed, placing the new character at the end of the input.

To make things more fun, when pasting a character into the position where one was removed (or in place of a currently selected char), Formance behaves as expected.

In all cases the cursor is placed at the end of the input.

(Safari 7, Chrome 30.0.1599.101 on OS X 10.9)

@omarshammas
Copy link
Owner Author

Thanks for the feedback @ts

A fix has been included in the revamp branch, which will hopefully be released soon.

It is isn't perfect, there are still other smaller issues when modifying text in the middle, but it is considerably better.

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

2 participants