> All happened as you described. But when I traverse the properties of the global > object (window in this case), I still don't get the property chain. Can you provide *detailed* baby-step instructions of what you are doing? (similar to what I did)
I'll try to reproduce on my machine. Honza > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Mark Filipak > Sent: Thursday, June 28, 2012 7:12 PM > To: [email protected] > Subject: Re: [firebug] Re: Lost in Space > > All happened as you described. But when I traverse the properties of the global > object (window in this case), I still don't get the property chain. > > On 2012-06-28 10:06 AM, Denis Ruest wrote: > > Wow that was fast... I'll try it tonight. > > > > Thanks, > > > > Denis > > > > On Thu, Jun 28, 2012 at 9:32 AM, Jan Honza Odvarko <[email protected] > <mailto:[email protected]>> wrote: > > > > Here are instructions how to see the 'breadcrumbs' path: > > > > 1) Open Firebug on any page, e.g. google.com <http://google.com> > > 2) Enable the Console panel > > 3) Execute the following expresssion: > > > > console.log({a:1, b:1}) > > > > 4) Click on the new log in the Console panel. > > 5) You should be navigated to the DOM panel and the > > path should be: "window > Object" > > > > 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] > <mailto:[email protected]> > > To unsubscribe from this group, send email to > > [email protected] > <mailto:firebug%[email protected]> > > For more options, visit this group at > > https://groups.google.com/forum/#!forum/firebug > > <https://groups.google.com/forum/#%21forum/firebug> > > > > > > -- > > 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 > > https://groups.google.com/forum/#!forum/firebug > > -- > 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 > https://groups.google.com/forum/#!forum/firebug -- 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 https://groups.google.com/forum/#!forum/firebug
