the testcase fails for me as well. I'm using Firefox 3.5.8 with Firebug 1.5.3 on Ubuntu 9.10 and Firefox 3.6.2 with Firebug 1.5.3 on Windows 7. If I do not throw the error directly in the event handler, but defer it via setTimeout, it isn't swallowed. In my case, 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.
