Closed justin-caldicott closed 8 years ago
@justin-caldicott By all means submit a PR
targeted against master
49.0.1 via NuGet.
For reference this version is no longer supported.
Thanks @amaitland I'll do that. Needed to patch 49.0.1 as we're not able to jump to .NET 4.5 just yet.
No problem, you'll have to build your own packages.
That's fine I've done that already. Thanks for doing such a great job BTW building locally was very straight forward!
Resolved with #1792
49.0.1 via NuGet.
x86
Win10
WinForms
,WPF
orOffScreen
?WinForms
Return null from a custom implementation of ISchemeHandlerFactory.Create
https://gist.github.com/justin-caldicott/c20bbd011c250d9f6d226d598cb2b9ff
This previously allowed default CEF handling to occur. We were using it for requests to third party services such as Mapbox.
It now throws a NullReferenceException.
Looks like it was broken in this commit: https://github.com/cefsharp/CefSharp/commit/12f42331dcd25135ff7ddf041a571b63bd32bde2#diff-e8faa1453883ff4c7ab38a74eac0b01eL40
When an if block was removed. It was OK in 47.0.2.
Adding back the if block, with just the return null, fixes it for me: https://github.com/bluebirdtech/CefSharp/commit/7a2d7896035dbaadf4ad26b48df99c3264651b16
Cef
TestApp from http://opensource.spotify.com/cefbuilds/index.html (http://cefbuilds.com for older version)?Not tried it. I expect this fix to be straight forward to apply, but let me know if you need more detail.