You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: