Closed GoogleCodeExporter closed 8 years ago
Thanks for the info. Actually, you can do what you want to do by using: (sender
as WebKitBrowser).Stop(); to stop navigation until I fix this problem.
Thanks for this detailed issue report.
Original comment by tsumalis96@gmail.com
on 28 Oct 2011 at 11:51
[deleted comment]
Hi, thanks for the quick response. (sender as WebKitBrowser).Stop(); throws an
error in WebKitBrowser.cs on:
StatusTextChanged(this, new WebKitBrowserStatusChangedEventArgs("Connecting with " + new Uri(frame.provisionalDataSource().request().url()).Host));
The error is:
COMException was unhandled by user code
{"Error HRESULT E_FAIL has been returned from a call to a COM component."}
at WebKit.Interop.IWebFrame.provisionalDataSource()
at WebKit.WebKitBrowser.frameLoadDelegate_DidStartProvisionalLoadForFrame(WebView WebView, IWebFrame frame) in C:\OpenWebKitSharp\OpenWebKitSharp\WebKitBrowser.cs:line 1330
at WebKit.DidStartProvisionalLoadForFrameEvent.Invoke(WebView WebView, IWebFrame frame)
at WebKit.WebFrameLoadDelegate.didStartProvisionalLoadForFrame(WebView WebView, IWebFrame frame) in C:\OpenWebKitSharp\OpenWebKitSharp\WebFrameLoadDelegate.cs:line 121
Original comment by ajgo...@gmail.com
on 28 Oct 2011 at 12:10
It seems to be a webkit error which occurs after a call to the COM object
IWebFrame. The frameLoadDelegate_DidStartProvisionalLoadForFrame seems to be
called after the Stop method is called and probably the IWebFrame object is
faulty. I will try to investigate this issue further and will inform you for
any update. Thanks for your interest with OWS!
Original comment by tsumalis96@gmail.com
on 28 Oct 2011 at 6:43
It has been implemented in the latest version.
Original comment by tsumalis96@gmail.com
on 24 Nov 2011 at 5:50
Original issue reported on code.google.com by
ajgo...@gmail.com
on 28 Oct 2011 at 5:38