Hi,
CEF4Delphi has been updated to CEF 79.1.38.
The CEF binaries have a fix for a resize issue in OSR mode. I did some tests and it seems to respond perfectly when the form is resized.
These are the CEF binaries :
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Update to CEF 79.1.38
- salvadordf
- Posts: 4572
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Update to CEF 79.1.38
Hi!

What should I do to avoid these warnings? I tried different flags but nothing helps.JS: The devicemotion events are blocked by feature policy. See https://github.com/WICG/feature-policy/ ... r-features
JS: The deviceorientation events are blocked by feature policy. See https://github.com/WICG/feature-policy/ ... r-features
JS: A cookie associated with a cross-site resource at http://site/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.

- salvadordf
- Posts: 4572
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Update to CEF 79.1.38
I'm sorry but I don't know the answer to those questions. 

Re: Update to CEF 79.1.38
Here is an example, but it is also on other sites when I work frames.
https://www.w3schools.com/tags/tryit.as ... tml_iframe

I don't understand what's wrong, or is it a bug? For example, in 75 chrome everything is displayed correctly.

https://www.w3schools.com/tags/tryit.as ... tml_iframe

I don't understand what's wrong, or is it a bug? For example, in 75 chrome everything is displayed correctly.

- salvadordf
- Posts: 4572
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Update to CEF 79.1.38
Maybe this is another site isolation issue in CEF. Try setting GlobalCEFApp.DisableSiteIsolationTrials to True before the GlobalCEFApp.StartMainProcess call in the DPR file.
Re: Update to CEF 79.1.38
I have already tried to turn something on or off, nothing helps. This includes.