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