[All EAP builds?] Pop-up windows positioned outside VirtualScreen rectangle
The bounds of some of the pop-up windows (like the "Rename") are outside the
System.Windows.Forms.SystemInformation.VirtualScreen rectangle when Visual
Studio is opened on the device that is not set as the primary monitor.
E.g.
Location of the "Rename" window:
Left = 2523
Top = 459
Right = 2935
Bottom = 630
My Virtual screen size:
Width = 2304
Height = 1024
I believe that there is a miscalculations in the position provider class for
the pop-up windows. This issue concerns all the "Refactoring features" like
"Rename", "Extract method", "Copy type", "Change signature", ...
Gabriel Lozano-Morán
MCSD .NET
Real Software
http://www.realdn.net
http://www.realsoftware.be
Please sign in to leave a comment.
Sorry forgot to mention that with "primary monitor" and "VirtualScreen" I
mean when working with dual monitors.
1st monitor with a resolution of 1024 x 786
2nd monitor with a resolution of 1280x1024
1st monitor is set as "primary". The problems I mentioned occur when you
start of have Visual Studio opened on the 2nd monitor thus the monitor that
is not set as the "primary" monitor.
Gabriel