You have to reload the page. Firebug does not add listeners by default. When you open it adds the listeners, but its too late. So you have to reload. After that Firebug will notice the page is active early in the load and add the listeners. So you don't worry then. Also later if you reopen the URL, Firebug is ready. Only the very first time.
The message is placed in the net panel log at the point where the listeners are added. jjb On Aug 5, 7:04 pm, André Hänsel <[email protected]> wrote: > Hi, > > since one of the last versions there is an error message in my network > tab: > > Das Netzwerkmodul ist aktiviert. Solange das Netzwerkmodul inaktiv > ist, werden jegliche Anfragen nicht angezeigt. > > Yes, it is activated. So why are there any requests not shown? > > Regards, > André --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
