clobba / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

NullRef exception just by lauch F5 CustomMenuImplementation #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
WebKitBrowser.cs line 1551:

if (Url.ToString() == "about:blank") // fix for issue 37: 
http://code.google.com/p/open-webkit-sharp/issues/detail?id=37
What is the expected output? What do you see instead?

This line raise a NullRefException when Url is Null

Original issue reported on code.google.com by duongphu...@gmail.com on 29 Feb 2012 at 11:23

GoogleCodeExporter commented 8 years ago
Thanks I will add a null-check.

Original comment by tsumalis96@gmail.com on 1 Mar 2012 at 5:28

GoogleCodeExporter commented 8 years ago
Null-Check has been added for the latest release!

Original comment by tsumalis96@gmail.com on 23 Mar 2012 at 3:14