-
Notifications
You must be signed in to change notification settings - Fork 467
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
Tooltip not correctly shown when DPI > 100% #3744
Comments
Please test in version 126 or newer. Please test cefclient/cefsimple with |
Also reproducing it with version 126 and --enable-chrome-runtime |
Possibly related to the changes in screen_1443650.patch |
I'm not able to reproduce this problem on Windows 11 using M130. Still reproduces on Windows 10. |
Confirmed that this is fixed on Windows 10 by reverting the above patch. |
Describe the bug
Tooltips are truncated when text size is configurated over 100%
To Reproduce
Set text size at 125%
Go on a page with hints (for example wikipedia :https://fr.wikipedia.org/wiki/Wiki)
hover a text/button with the hint several times
Expected behavior
the hint tooltip should be correctly shown like on other browser or with a 100% text size configuration
Actual behavior
Versions :
Additional context
Does the problem reproduce with the cefclient or cefsimple sample application at the same version -> yes
Does the problem reproduce with Google Chrome at the same version-> no
It worked with version 108.4.130
The text was updated successfully, but these errors were encountered: