chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.38k stars 467 forks source link

Tooltips are cut off #3769

Closed dtarkowsMathWorks closed 3 months ago

dtarkowsMathWorks commented 3 months ago

Describe the bug

On Windows, with Display Scaling turned on and set to 125%, native tooltips can be cut off.

See this example using the cefclient sample application:

nativetooltipusingtitle

To Reproduce

  1. On Windows right click on the desktop->Display Settings->Scale set to 125%

  2. Start cefclient from 127.3.4+ge9e2e14+chromium-127.0.6533.100

  3. Load the attached file (after changing the extension to .html)Native Tooltip Example.txt

  4. Hover the mouse pointer over the button that says "Hover over me"

Expected behavior The text should not be clipped. It is not clipped in a corresponding version of Chrome.

Screenshots

nativetooltipusingtitle

Versions (please complete the following information):

magreenblatt commented 3 months ago

Duplicate of #3744