On Feb 22, 11:51 am, Jim Biancolo <[email protected]> wrote: > Hi Pedro, > > When I disable the console the error goes away. > > I'm sorry to report though that I spent a couple hours trying to > create a simple page that reproduced the problem to no avail. When I > build a simple page that does an Ajax request of a text file > containing some static JSON, Firebug does not inject the DIV into the > response. Unfortunately the page where I do get the error is in a > private application, so I can't give you that URL. If I can figure > out what it is about that page that produces the behavior, I will > definitely submit it to your bug tracking system.
I guess that somehow the private application must use a window in its processing, perhaps even a hidden iframe. Perhaps the application writes the json in the window document then processes it expecting the window to remain blank. jjb > > Sorry! Thanks for the response. > > Jim > > On Feb 22, 12:32 pm, Pedro Simonetti Garcia <[email protected]> > wrote: > > > Hi Jim, > > > This sounds like a bug. Could you please post a small html > > file that reproduces this problem at our bug tracking system? > > That way, we'll be able to investigate the issue easily. > > >http://code.google.com/p/fbug/issues/list > > > Also, could you please disable the Console panel, and see if > > the error persists? > > > regards, > > > Pedro Simonetti. > > > 2010/2/22 Jim Biancolo <[email protected]>: > > > > Hi folks, > > > > When I upgraded to jQuery 1.4 I started getting JSON parse errors. I > > > know 1.4 requires valid JSON, so I cut-and-pasted the JSON server > > > response out of Firebug into JSONLint and jQuery.parseJSON() and both > > > said my JSON was valid. Finally, I dumped ajaxError.thrownError to the > > > console, and saw this: > > > > ------- > > > InvalidJSON:{"SUCCESS":true,"ATTACHMENT_FILENAME":"F6A0D547-1D09- > > > C43B-40F8CCF1E0D2C822","MESSAGE":"Success","ATTACHMENT_ORIGINAL_FILENAME":"something.txt"} > > > > <divfirebugversion="1.5.0" style="display: > > > none;"id="_firebugConsole"></div> > > > ------- > > > > Ah ha! When I turned off Firebug, my code started working again. Is > > > there a way to keep Firebug from injecting this? > > > > Thanks! > > > > Jim > > > > -- > > > 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 > > > athttp://groups.google.com/group/firebug?hl=en. -- 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.
