Step 1: Browse to https://www.google.com
Step 2: Open FireBug via button on the Navigation Toolbar in FireFox
Step 3: In FireBug's DOM property tree, browse to document.body by clicking on either [+] (for "[+] document" 
and then "[+] body") or the name of the property (i.e., "document", then "body")

The top greyed line reads: "window", not "window.document.body" as expected.

Ciao - Mark.


On 2012-06-28 1:21 PM, Jan Odvarko wrote:
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

Reply via email to