vscode-drawio icon indicating copy to clipboard operation
vscode-drawio copied to clipboard

Not able to see colleagues cursor in liveshare

Open sepsol opened this issue 2 years ago • 7 comments

Using the latest version on latest vs code on windows 11

sepsol avatar Apr 26 '22 19:04 sepsol

The collaborative editing experience with diagrams.net, when working on OneDrive or GoogleDrive meanwhile shows the participant cursors nicely. So, the expectation that it works in vscode/github.dev is natural. Maybe the diagrams.net team can support here to make it happen in this env as well.

thomykay avatar May 24 '22 07:05 thomykay

This used to work. I think something in liveshare broke.

hediet avatar May 24 '22 11:05 hediet

I can confirm I also have this issue... most interesting

jeeftor avatar Mar 24 '23 19:03 jeeftor

And I wonder if its related to this error I'm seeing:

image

jeeftor avatar Mar 27 '23 14:03 jeeftor

What I'm seeing in my "live share" client is that it sends lots of:

vscode <- drawio: { event: "cursorChanged", position: { x: 192, y: 449 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 192, y: 454 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 192, y: 457 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 192, y: 460 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 192, y: 461 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 192, y: 463 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 192, y: 463 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 192, y: 463 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 192, y: 463 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 190, y: 464 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 187, y: 465 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 175, y: 471 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 94, y: 509 } }
vscode <- drawio: { event: "cursorChanged", position: { x: 73, y: 519 } }

messages but I'm not seeing those received on the live-share server session...

jeeftor avatar Mar 27 '23 14:03 jeeftor

I've done a little more "stuff"

image

I noticed that what is probably a sync message when you select a rectangle we get nothing sent out:

image

jeeftor avatar Mar 27 '23 20:03 jeeftor

I've done some more digging here...

I started a live share in code and connected another live share also in code and managed to see the cursor show up.

image

Looking at the dev tools you can see the messages are correctly filled out:

image

Before I was doing VSCode + Live Share via the web ... so thats something to consider.... I'm sure there is a bug to track down to solve these issues but I'm struggling to figure out where it is.

jeeftor avatar Mar 27 '23 20:03 jeeftor