Hi David, 2010/10/4 david.karr <[email protected]>: > When I loaded this in Firefox, it still worked fine. The real Firebug > apparently watches for firebug-lite being loaded and disables it, as > when I looked at the HTML view, the script tag wasn't even there.
Actually it is Firebug Lite that disables itself when Firebug is enabled, but you can change this behavior via "disableWhenFirebugActive" option: http://getfirebug.com/firebuglite#Options > I then loaded this in IE7. After displaying a couple of lines of text, > I get the following useless dialog: > > "Internet Explorer cannot open the Internet site > http://... > > Operation aborted" > > The URL was the URL I entered to get to my page. > > If I then remove the "firebug-lite" script tag and reload, it still > has problems, but it doesn't have the "cannot open" error. > > Is there some way to get IE7 to give more information instead of that > useless dialog? When I see such mysterious errors I try using the free MS Script Debugger, or the "Visual Web Developer" which is also free: http://www.microsoft.com/express/Web/ If you post a small test case that reproduces this problem I can investigate it: http://code.google.com/p/fbug/issues/list regards, Pedro Simonetti. > > -- > 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. > > -- 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.
