There must be a problem with the Firefox nightly build. I have tested Firebug 1.4 with FF 3.0.7 and it works exactly as expected - I can see the "STATE_CHANGE!!!!" (4x for every request) in Firebug's Console panel.
When I am testing with nightly build (I have downloaded from here: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/) It just doesn't work. Try to disable XHR monitoring in Console (Console panel -> Options -> ShowXMLHttp requests) Requests won't be displayed in Console panel, but you can still see it in Net panel. In this case your code works for me (the line 51 is executed) Honza On Mar 10, 5:55 pm, Scott Baker <[email protected]> wrote: > On Tue, Mar 10, 2009 at 9:10 AM, Jan Odvarko <[email protected]> wrote: > > > I believe that this is related to: > >http://code.google.com/p/fbug/issues/detail?id=1569 > > > I need a simple test case to fix this. > On Tue, Mar 10, 2009 at 9:10 AM, Jan Odvarko <[email protected]> wrote: > > > I believe that this is related to: > >http://code.google.com/p/fbug/issues/detail?id=1569 > > > I need a simple test case to fix this. > > Honza > > I'm at work, so I don't have time to make a SUPER simple test case, > but here's a stripped down version of the ajax search from my site: > > http://www.perturb.org/test.php?search= > > Go there, and type in "smurf" in the box. Onkeyup for each letter it > should fire an ajax search. You can see firebug SEND the ajax request, > and then receive the response. The code to handle displaying that > response is on line 51 of the ajax.js. You can see the > console.log("STATE CHANGE!!!!") which never fires, and thus the page > never gets updated. It's looks like the xmlhttp.onreadystatechange > event never fires. > > I tested ajax calls with jquery and it works fine. It must use some > alternate method for sending queries. I may not check the list until > the end of the day, if you need more info email me directly > ([email protected]). This bug is a major show stopper, as I can't do > development on some of the sites I need to. > > I really don't wanna revert back to FF 3.0. I'll help any way I can Honza. > > - Scott --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
