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

views: cefclient won't add hyphens to long words #3748

Closed xLeonel closed 4 months ago

xLeonel commented 4 months ago

Describe the bug the CEF won't add hyphens to long words. While it works on the standard Chrome browser

To Reproduce Steps to reproduce the behavior:

  1. create an index.html with the pt-br language and add hyphenation
  2. open index.html in cefclient (cef-builds)
  3. See error: the CEF won't add hyphens to long words

Expected behavior The expected behavior is that the CEF add hyphens to long words

Screenshots error

In the image above we can see it working in Google Chrome while not in cefclient. I also included the code I used as an example.

Versions (please complete the following information):

Additional context

I made sure that:

magreenblatt commented 4 months ago

CEF Version: [120.1.10]

Please test with a supported version (currently M126+).

magreenblatt commented 4 months ago

Also, please provide the contents of index.html as text instead of image screenshot.

xLeonel commented 4 months ago

CEF Version: [120.1.10]

Please test with a supported version (currently M126+).

Its working from M125+

Also, please provide the contents of index.html as text instead of image screenshot.

`<! DOCTYPE html> <title>Document