On Apr 18, 10:19 am, Roland Praml <[email protected]> wrote:
> Hello,
>
> it seems that the window.onerror is broken with version 1.8.0a1
> (1.7.1b1 works)
> I've tried to attach a function to the window.onerror event as you see
> in the example code
> ---- test.htm ---
> <html>
> <body>
> <script>
> window.onerror = function(msg,url,line) { alert(msg+" url:"+url+"
> line:"+line) } ;
> </script>
> </body>
> </html>
> ----
> When firebug is open, I get the Error "Script Error. url: line:0".
> So I think firebug produces a script error somewhere, Unfortunately
> there is no more URL info / Stack to track this error down.

I cannot reproduce any problem.  The message "Script Error" does not
sound like a message from Mozilla's parser.

jjb

>
> best regards
> Roland Praml

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to