-
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
Scale tooltips on DPI zoom changes correctly #50
Comments
The tooltip is apparently a browser and seems to be using IE for drawing the javadoc information in it. By construct, all the other windows app embedded in Eclipse can be automatically scaled by windows once we move it to a different monitor with a different zoom level. However, IE seems to not scale it up. |
As the tooltip scaling will be solved with edge in #90 , I will close this ticket |
That's fine, still I would like to keep this issue open (maybe in "waiting" state on the board) to track that this still needs to be fixed (no matter whether that's done by fixing a specific other issue or not), as a user will not experience missing Edge support but rather unscaled tooltips. |
The SWT tooltips (at least in the Java code editor) are not scaled based on the zoom level of the owning shell:
The text was updated successfully, but these errors were encountered: