Rank: Advanced Member Groups: Member
Joined: 10/24/2018 Posts: 97
|
Whenever we open a WinForms Form with the browser on it, close it and open it again after a few seconds the browser crashes. I'll email the crash report that gets produced whenever this occurs.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
We were able to find the root cause based on the crash report. This occurs when you call SetScrollOffset too soon (before the internal frame/window/document object were established). We will change our code to check this scenario so that in our next build it won't crash. In the mean time, you may want to call SetScrollOffset only after the Url has been loaded.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hello,
This is just to let you know that we have posted a new build that should resolve this issue. You can download it from our download page and let us know how it goes.
Thanks!
|