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

Chrome doesn't put the cursor at the right place when clicking on an input #43

Open
chenglou opened this issue Mar 1, 2014 · 1 comment

Comments

@chenglou
Copy link
Owner

chenglou commented Mar 1, 2014

Known issue. Noted here:

// TODO: isolate this into a script file clicking on an input/textarea

@chenglou
Copy link
Owner Author

chenglou commented Mar 2, 2014

One way to solve this is to revamp the whole input paradigm: instead of tracking the letters, the cursor position, the backspace keys and whatever, simply store the whole text each time and during playback, reset to that. This will also solve whatever copy pasting issue and all.

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