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 "menu" (proably a shell?) that is created when hovering over e.g. methods (with CTRL pressed) is not working correctly. This seems to be related to relying on the primary monitor zoom or DPIUtil-zoom.
E.g. if I have a two monitor setup (100% and 200%) and I have everything on 200%, opening the menu works fine, but I would not expect it to have the scrollbars (see screenshot). -> perhaps is the primary monitor zoom involved here
I a detach one view and movie it to 100% (only the one view, not the rest of the IDE), then the menu is not opened anymore. It seems that the detection is not working correctly, perhaps the mouse position is converted using the DPIUtil zoom (that is on 100% in this scenario) and it does find the elements it is hovering over on the 200% percent monitor
The text was updated successfully, but these errors were encountered:
akoch-yatta
changed the title
Hover menu over methods/fields depends on primary monitor
Hover menu over methods/fields depends on wrong monitor zoom sometimes
Jul 8, 2024
The "menu" (proably a shell?) that is created when hovering over e.g. methods (with CTRL pressed) is not working correctly. This seems to be related to relying on the primary monitor zoom or DPIUtil-zoom.
E.g. if I have a two monitor setup (100% and 200%) and I have everything on 200%, opening the menu works fine, but I would not expect it to have the scrollbars (see screenshot). -> perhaps is the primary monitor zoom involved here
I a detach one view and movie it to 100% (only the one view, not the rest of the IDE), then the menu is not opened anymore. It seems that the detection is not working correctly, perhaps the mouse position is converted using the DPIUtil zoom (that is on 100% in this scenario) and it does find the elements it is hovering over on the 200% percent monitor
The text was updated successfully, but these errors were encountered: