Closed campersau closed 1 month ago
:white_check_mark: Build CefSharp 128.4.90-CI5063 completed (commit https://github.com/cefsharp/CefSharp/commit/3c0908f894 by @campersau)
Thanks 👍 Check seems sensible, hopefully that's enough, otherwise it'll have to be a catch (ObjectDisposedException
Summary:
window.close()
) it can happen that theIBrowser
is already disposed but not theChromiumWebBrowser
, which can lead toObjectDisposedException
in dispose.Changes:
IBrowser.IsDisposed
before accessing it.How Has This Been Tested?
Manually. Unfortunately I wasn't able to create a test for it yet.
Screenshots (if appropriate):
Types of changes
Checklist: