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
The selection ribbon doesn't fill to the right on the first line of multiple selections, for the remote user.
To Reproduce
Steps to reproduce the behavior:
Use Google Chrome to open demo page in two tabs, put each tab's window side by side, left and right
Set the following as the editor content:
consti=10;constj=i+1;
On the left tab select from just after the ; on the first line, through to the last ; on the second line
You should be seeing something like the following
Expected behavior
Ribbon for the remainder of the top line in a remote user's multi-line selection should match what the remote user sees. See rounded rectangle on the right of the above screenshot
I fixed this issue in y-codemirror. The fix, however, is quite complicated and required some extensive logic. I'll leave this issue open as I don't think it's too important.
The selection ribbon doesn't fill to the right on the first line of multiple selections, for the remote user.
To Reproduce
Steps to reproduce the behavior:
;
on the first line, through to the last;
on the second lineExpected behavior
Ribbon for the remainder of the top line in a remote user's multi-line selection should match what the remote user sees. See rounded rectangle on the right of the above screenshot
Environment Information
The text was updated successfully, but these errors were encountered: