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
This implementation crashes when opening zoom addresses.
This implementation works fine on CEF 127, but crashes on CEF128+.
This implementation crashes even on 131.2.7+g9a14dc9+chromium-131.0.6778.86, while it seems that the fix for #3821, I mean 0860ec2, is already applied to that version.
To Reproduce
Implement OnProtocolExecution like Describe the bug.
Open a zoom address.
Expected behavior
A pop-up asking if we want to open the installed zoom appears.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Describe the bug
This is similar to #3821.
My application implements the
OnProtocolExecution
handler like below.This implementation crashes when opening zoom addresses.
This implementation works fine on CEF 127, but crashes on CEF128+.
This implementation crashes even on 131.2.7+g9a14dc9+chromium-131.0.6778.86, while it seems that the fix for #3821, I mean 0860ec2, is already applied to that version.
To Reproduce
Expected behavior
A pop-up asking if we want to open the installed zoom appears.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context
Does the problem reproduce with the cefclient or cefsimple sample application at the same version?
browser->StopLoad();
andallow_os_execution = true;
inOnProtocolExecution
.Does the problem reproduce with Google Chrome at the same version?
Add any other context about the problem here.
Here is a stack trace when crashing.
The text was updated successfully, but these errors were encountered: