frankfenghua / urlkit

Automatically exported from code.google.com/p/urlkit
0 stars 0 forks source link

Stack Trace on Opera #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Tracking this email:

Cyprian Kowalczyk <cyprian.kowalczyk@philips.com> wrote:
Hi,

We've been using your library for our application at
www.consumer.philips.com and it works very nice, except the application
didn't want to run in Opera - it throws an error, complaining that the
_browserUrl in UrlBrowserManager class in null, line 75:
var pos:int = _browserUrl.indexOf("#");

I fixed it like this and it works:
var pos:int = _browserUrl ? _browserUrl.indexOf("#") : -1;

Original issue reported on code.google.com by joseph.b...@gmail.com on 9 Oct 2007 at 6:14

GoogleCodeExporter commented 8 years ago
Applied Cyprian's fix, marking as Fixed.

Original comment by joseph.b...@gmail.com on 9 Oct 2007 at 8:48