Skip to content
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

Open
akoch-yatta opened this issue Apr 29, 2024 · 3 comments
Open

Scale tooltips on DPI zoom changes correctly #50

akoch-yatta opened this issue Apr 29, 2024 · 3 comments
Labels
Bug A Derivation of Expected Behavior HiDPI A HiDPI-Related Issue or Feature SWT Issue for SWT

Comments

@akoch-yatta
Copy link

akoch-yatta commented Apr 29, 2024

The SWT tooltips (at least in the Java code editor) are not scaled based on the zoom level of the owning shell:

Image

@akoch-yatta akoch-yatta converted this from a draft issue Apr 29, 2024
@akoch-yatta akoch-yatta added SWT Issue for SWT Bug A Derivation of Expected Behavior HiDPI A HiDPI-Related Issue or Feature labels Apr 29, 2024
@amartya4256 amartya4256 self-assigned this Jun 25, 2024
@amartya4256 amartya4256 moved this from 🔖 Ready: Atomic to 🏗 In Work: Short in Eclipse Jun 25, 2024
@amartya4256 amartya4256 moved this from 🏗 In Work: Short to 🔖 Ready: Atomic in Eclipse Jul 2, 2024
@amartya4256 amartya4256 removed their assignment Jul 2, 2024
@amartya4256
Copy link

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.
Tried using Edge instead and it seems to scale up automatically like the other windows apps embedded in eclipse (i.e. Excel). However, some images are not visible. This probably has something to do with #90.

@akoch-yatta
Copy link
Author

As the tooltip scaling will be solved with edge in #90 , I will close this ticket

@github-project-automation github-project-automation bot moved this from 🔖 Ready: Atomic to ✅ Done in Eclipse Jul 26, 2024
@HeikoKlare
Copy link
Contributor

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.

@HeikoKlare HeikoKlare reopened this Aug 1, 2024
@HeikoKlare HeikoKlare moved this from ✅ Done to 🕒 Waiting in Eclipse Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A Derivation of Expected Behavior HiDPI A HiDPI-Related Issue or Feature SWT Issue for SWT
Projects
Status: Blocked
Development

No branches or pull requests

3 participants