The testcase fails for me as well, with Firebug 1.5.3 on FF 3.6.2/
Windows 7 and FF 3.5.8/Ubuntu 9.10. Disabling "Show XMLHttpRequests"
in the console tab does only help on Windows.

On Mar 4, 7:47 pm, "Honza (Jan Odvarko)" <[email protected]> wrote:
> Does following test case also fail for 
> you?http://getfirebug.com/tests/content/console/2271/issue2271.html
> Honza
>
> On Mar 4, 4:59 pm, August Lilleaas <[email protected]> wrote:
>
>
>
> > I'm using Firefox 3.6. I first encountered this issue in Firebug 1.5,
> > and updated to the 1.6 alpha. The issue occurs in both versions.
>
> > On Mar 4, 4:49 pm, "Honza (Jan Odvarko)" <[email protected]> wrote:
>
> > > What Firefox and Firebug versions do you use?
> > > This was a known problem and should be fixed in "Firefox 3.6 + Firebug
> > > 1.5" combo.
> > > Honza
>
> > > On Mar 4, 4:06 pm, August Lilleaas <[email protected]> wrote:
>
> > > > When "Show XMLHttpRequests" is checked in the console tab, all
> > > > exceptions thrown in onreadystatechange are swallowed. Sample code:
>
> > > >   var xhr = new XMLHttpRequest();
> > > >   xhr.open("GET", "/ajax_json_echo/", true);
> > > >   xhr.onreadystatechange = function () {
> > > >       throw("foo");
> > > >   }
> > > >   xhr.send(null);
>
> > > > Open the normal error console, and try this with and without the "Show
> > > > XMLHttpRequests" option checked.

-- 
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