-
Notifications
You must be signed in to change notification settings - Fork 2
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
A connected user editing can send another user’s cursor to the top of the document #3
Comments
interesting. what if we setup a client-side "monkey typewriter" mode that does this happen with the pad example in racer or share? i've worked with On Sun, Feb 22, 2015 at 2:26 PM, Eric Schrijver [email protected]
Ian Johnson - 周彦 |
I’m all for the monkey! Cheers!E |
I fooled a bit around trying to set up a typewriter monkey, but had trouble synthesizing the keyboard events in JavaScript. Do you have an idea of what would the best approach for that? |
we could skip key events and directly set model data. this would btw i changed the logic to use setDiffDeep which doesnt do string diffs.
|
I will have to do more research if this occurs always and with all browsers—but we’ve been running into this problem a lot.
It is kind of hard to test though, because you need to be with more people!
The text was updated successfully, but these errors were encountered: