On Jan 8, 9:41 am, tan <[email protected]> wrote: > Hi > > Does Firebug provide any methods that executes when the user switches > a tab or opens a new window
Set FBTrace option WINDOWS to see what goes on. Firebug tracks the switching but only reports it to Firebug Modules if the user has turned on Firebug for the source or target window. Set option DISPATCH to see all of the reports to Modules. > > I tried to put a trace statement in the module - watchWindow, but > nothing happens. watchWindow means "I am now watching this Window" so it only comes out when you open Firebug on a window or open a window Firebug remembers to track from a previous session. Option ACTIVATION traces this stuff. > > Best regards, > Thomas -- 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.
