Satellite-im / Uplink-Backlog

Place to park issues that we want to track but aren't active/higher priority. Some times will be moved here/feel free to add tickets that can easily be moved to the active project
0 stars 0 forks source link

bug(did): copy DID causes panic with a Shared Mouse/keyboard #18

Open phillsatellite opened 1 year ago

phillsatellite commented 1 year ago

Issue: If a user is using a shared mouse/keyboard between and mac and windows and they copy the DID from Windows and move the mouse into the Mac screen it will cause a panic in debugger

OS: Windows MacOS

STR: -You must have a mouse that can be shared between mac and windows device -Copy DID from Windows -Move mouse into in Mac screen

Screen recording:

https://user-images.githubusercontent.com/93608357/219266180-9269b4aa-4d27-4230-a91e-fe458a2182aa.mov

dariusc93 commented 1 year ago

Could you provide the complete output and if possible provide it with RUST_BACKTRACE=full?

To be honest, this might need to be a low priority since shared keyboard/mouse between 2 or more different platforms might have different effects that can be unpredictable especially since there are many software out there that allows this functionality. Its also unlikely that the end user might use a shared keyboard/mouse for this application.