-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dragging VS Code across two screens with different resolutions fails #79311
Comments
@chucklepie can you test this with our exploration builds #75802 (comment) , thanks! |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
So, instead of fixing bugs and testing, you simply say 'why not try the latest dev build and see if it works', then close the case hoping the bug count numbers go down irrespective of any testing? |
@chucklepie the aim of asking you to try a new version was to narrow down the cause since these are issues from chromium/electron under a particular setup, and if it still occurs in the latest build we will then narrow down a smaller repro and sometimes get some additional logs (not possible in this case). The issue was closed since there was no response for 8 days after adding the |
Ok, downloading now. Hope it doesn't break my existing version ;) |
Hello, it works, you can see it visibly resizing the window as you move between screens (presuming it's not an extension issue). When will this be merged into stable release? btw, thanks, and sorry for being terse :) |
Thanks for testing! you can expect this in insiders within the next 2/3 releases, after which it will get into stable. |
Can this be re-opened, since the version before last it has started happening again, refer to my post and screenshots. |
@chucklepie did you test with the latest insiders release ? https://code.visualstudio.com/insiders/ , the fix has only landed there. |
I have two screens:
First, note, this fault has only started happening so was probably introduced in the last few updates (unless I really have not dragged across screens for a while!)
When I open up code on one window then drag to the other, it keeps the same size area but then either loses content or adds black space to fill the resolution gap, depending on which direction.
That probably didn't make much sense, here are some screenshots to explain:
I open up vs code on a 1920x1080 screen ok:
I drag it across to the 1600x1200 page and this happens (it truncates the window chopping off the right and bottom):
I open up vs code on 1600x1200 screen ok:
I drag it across to the 1920x1080 page and I get this (the black is part of the vs code application and the mouse is offset):
Notes:
The text was updated successfully, but these errors were encountered: