-
Notifications
You must be signed in to change notification settings - Fork 0
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
Monitor-spanning windows: command palette has the wrong size when rescale at runtime is active #184
Comments
Might be related to: |
@HeikoKlare since this bug is only reproducible by using the VM parameter and eclipse-platform/eclipse.platform.ui#2689 states that the preference should be preferred then I'd say this bug has low priority. WDYT? |
I was not able to achieve the exact same appearance, but when I started with the scenario in the original post, moved the workbench window to the secondary 175% monitor and repeatedly opened the command palette, it always opened on the primary monitor and became smaller every time I opened it: After eclipse-platform/eclipse.platform.swt#1711, I am not able to produce any issues with the command palette anymore. It always opens in the proper size on the monitor the workbench window is currently placed on. Can you please check again @fedejeanne and see whether you can still reproduce the issue and otherwise close it? |
Okay, so if I understand correctly, this is a very corner case when the windows spans multiple monitors, right? |
Finding from test session
Setup
-Dswt.autoScale.updateOnRuntime=true
How to reproduce
IMPORTANT: it does NOT suffice to activate rescaling at runtime via the preference. I had to activate it via start parameter in order to reproduce this error.
Ctrl+3
--> The palette opens on the right monitor and it is full-screenThe text was updated successfully, but these errors were encountered: