-
Notifications
You must be signed in to change notification settings - Fork 156
Bug: Jumping cursor #158
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
Comments
I investigated it a little bit, see referenced PR #159 for more info. |
@David-OConnor Do you have something in progress or can I fix it? |
Have at it - Nothing on my end. |
Bug seems to be fixed on desktop browsers (Firefox + Chrome on Windows), but it still jumps on iOS (Safari + Firefox). You can test it with https://seed-rs-realworld.netlify.com/ (for example on Sign-in form). Possible solution is to remember cursor position before calling P.S. @David-OConnor I will be without PC for about two weeks in August, so I can't start working on it until the second half of August. |
That RWE looks great! |
Update: How to test it:
Update: PR merged, next |
Update: |
Test case:
cargo make start counter
click
- place cursor somewhere before the last letter, e.g.c|lick
x
) and observe - you should seecxlick|
I tried to reset master branch before we merged sync with animation frame but it seems that this bug was here from the beginning.
I was googling a little bit and it seems that every second person encountered this - jQuery, React, plain js..
I'll try to fix it somehow.
The text was updated successfully, but these errors were encountered: