I guess I should have asked if you were using jQuery. This looks like issue 2912 http://code.google.com/p/fbug/issues/detail?id=2912
Other similar reports http://code.google.com/p/fbug/issues/list?q=label:jQueryScript The cause is a Mozilla bug, either of these: https://bugzilla.mozilla.org/show_bug.cgi?id=566446 https://bugzilla.mozilla.org/show_bug.cgi?id=449464 According to one of the issues you can work around this Mozilla bug by jQuery.ajax({ url: elem.src, async: false, dataType: "script", success : function(data, textStatus, xhr){ eval(data); } }); jjb On Nov 12, 11:32 am, sinsedrix <[email protected]> wrote: > Here is it:http://code.google.com/p/fbug/issues/detail?id=3648 > > Help please :'( > > 2010/11/12 Honza (Jan Odvarko) <[email protected]> > > > On Nov 12, 12:18 pm, sinsedrix <[email protected]> wrote: > > > Firefox: 3.6.12 > > > Firebug: 1.5.4 > > > I cannot give you an online page since I am working on a intranet site. > > > Maybe I should build a quick example online (is there a free space to do > > it > > > ?). > > You can, report a new issue here > >http://code.google.com/p/fbug/issues/list > > > and attach the html file. Don't forget to provide a description what > > to do in order to reproduce the problem. Thanks! > > > Honza > > > -- > > 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]<firebug%[email protected]> > > . > > For more options, visit this group at > >http://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.
