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

The PopupBrowser demo for Lazarus in Windows crashes at shutdown with CEF 128 #529

Open
salvadordf opened this issue Sep 3, 2024 · 2 comments
Labels

Comments

@salvadordf
Copy link
Owner

PopupBrowser uses a windowed browser for the main form and a OSR browser for the popup windows.
Both use the "Alloy style" but sometimes it crashes when you close the popup window.

The first tests show that this issue only affects the Lazarus demo and not the Delphi demo but testing that demo in a different computer may show a different result.

A really bad workaround is to add a sleep call of 1 second before closing the popup window in the TChromiumCore.OnBeforeClose event because there seems to be a timing issue.

@salvadordf salvadordf added the bug label Sep 3, 2024
@mytvdat
Copy link

mytvdat commented Sep 5, 2024

CEF 109 for windows7 crashes at shutdown too

@mytvdat
Copy link

mytvdat commented Sep 6, 2024

I don't think Cef4Delphi can run properly at all, it's not as good as WebView4Delphi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants