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
Original issue reported on code.google.com by
joseph.b...@gmail.com
on 9 Oct 2007 at 6:14