You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you type inside of a line that contains another user's cursor, your own cursor will jump after every key press. You can observe this on the QuillJS site example page: http://quilljs.com/examples/
Steps to reproduce:
In the basic example box, click right before the "S" in "Shadows" in the first line of the last paragraph
In the full example box, click right before the "M" in "Mordor" in the same line
Begin typing
Results: the cursor will immediately jump to the very beginning of the line after the first character appears.
Some observations that might help you isolate the issue...
If you start typing after the position of the other cursor (e.g. at the end of "Shadows") the cursor will jump to the very end of the line instead of the beginning. This behavior doesn't appear to occur when the other cursor is at the very beginning or very end of the line, however.
Also, if you do this in a line that has some formatted text in it, the cursor will move forward or backward to the formatted text instead of the beginning or end of the line if the formatted text is first.
The text was updated successfully, but these errors were encountered:
If you type inside of a line that contains another user's cursor, your own cursor will jump after every key press. You can observe this on the QuillJS site example page: http://quilljs.com/examples/
Steps to reproduce:
Results: the cursor will immediately jump to the very beginning of the line after the first character appears.
Some observations that might help you isolate the issue...
If you start typing after the position of the other cursor (e.g. at the end of "Shadows") the cursor will jump to the very end of the line instead of the beginning. This behavior doesn't appear to occur when the other cursor is at the very beginning or very end of the line, however.
Also, if you do this in a line that has some formatted text in it, the cursor will move forward or backward to the formatted text instead of the beginning or end of the line if the formatted text is first.
The text was updated successfully, but these errors were encountered: