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.
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.