jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

Cursor re-positions to top left of document when multiple users are typing #1064

Open SFoskitt opened 9 years ago

SFoskitt commented 9 years ago

We built Node.js server, Express.js app, CodeMirror and Together.js. We consistently experience the following issue: user #1 is typing anywhere in the document; user #2 begins typing anywhere ELSE in the document while user #1 is typing; all the subsequent text typed by user #1 is now appearing in the upper left corner of the document

Hopefully this can easily be resolved with some overlooked Together.js setting or configuration?

Unrelated but we tried using "TogetherJSConfig_ignoreMessages = false;" in the Githubissues.

  • Githubissues is a development platform for aggregating issues.