Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Lost in Space
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  25 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mark Filipak  
View profile  
 More options Jun 24 2012, 6:33 am
From: Mark Filipak <markfilipak.mozi...@gmail.com>
Date: Sun, 24 Jun 2012 03:33:20 -0700 (PDT)
Local: Sun, Jun 24 2012 6:33 am
Subject: Lost in Space

The only properties of window.document I can see with FireBug are
.constructor and .location. Huh? Where are .head and .body? What am I doing
wrong? Or has the DOM so completely changed in the last 2 years? -- That
would be hard to believe. Thanks for your help. - Mark.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile  
 More options Jun 25 2012, 1:59 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Sun, 24 Jun 2012 22:59:08 -0700 (PDT)
Local: Mon, Jun 25 2012 1:59 am
Subject: Re: Lost in Space
On Jun 24, 12:33 pm, Mark Filipak <markfilipak.mozi...@gmail.com>
wrote:
> The only properties of window.document I can see with FireBug are
> .constructor and .location. Huh? Where are .head and .body? What am I doing
> wrong? Or has the DOM so completely changed in the last 2 years? -- That
> would be hard to believe. Thanks for your help. - Mark.

I can see both body and head in my Firebug (1.10b1)

Go to the DOM panel open the option menu (the little black triangle
next
to the panel label) and check the options that say what properties
should and should not be displayed.

Honza


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Filipak  
View profile   Translate to Translated (View Original)
 More options Jun 25 2012, 7:15 pm
From: Mark Filipak <markfilipak.mozi...@gmail.com>
Date: Mon, 25 Jun 2012 19:15:07 -0400
Local: Mon, Jun 25 2012 7:15 pm
Subject: Re: [firebug] Re: Lost in Space
Thank you, Honza. I enabled all "Show" options in the 1st section and that's just what I wanted.

Another question, please? I'm used to seeing the property list in alphabetical order. Do you know how I can configure FireBug to show the properties in alphabetical order?

Thanks in advance - Mark.

On 2012-06-25 1:59 AM, Jan Honza Odvarko wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile   Translate to Translated (View Original)
 More options Jun 26 2012, 4:45 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Tue, 26 Jun 2012 01:45:37 -0700 (PDT)
Local: Tues, Jun 26 2012 4:45 am
Subject: Re: Lost in Space
On Jun 26, 1:15 am, Mark Filipak <markfilipak.mozi...@gmail.com>
wrote:
> Thank you, Honza. I enabled all "Show" options in the 1st section and that's just what I wanted.

> Another question, please? I'm used to seeing the property list in alphabetical order. Do you know how I can configure FireBug to show the properties in alphabetical order?

This feature is in progress, see:
http://code.google.com/p/fbug/issues/detail?id=4231

The last suggestion is to have one global option
that sorts/do not sort DOM properties alphabetically.
This option would also affect object logging in the Console
panel and e.g. JSON previews for HTTP responses and Cookie
values.

Honza


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Filipak  
View profile   Translate to Translated (View Original)
 More options Jun 26 2012, 11:55 am
From: Mark Filipak <markfilipak.mozi...@gmail.com>
Date: Tue, 26 Jun 2012 11:55:19 -0400
Local: Tues, Jun 26 2012 11:55 am
Subject: Re: [firebug] Re: Lost in Space
Again, thanks for your kind consideration.

When DOM1 was adopted I found no tools, so I wrote my own DOM browser. It is much the same as FireBug's DOM tree (links an all), but in a much more compact form. One thing I found helpful was a status line containing the entire property chain, such as:

window.document.body.firstChild... etc.

Each level above is clickable for fast travel. Included is a getElementById('<clickable-link>') etc. ...very handy.

Short of writing directly to Joe Hewitt, how can I get ideas to the developers?

Best Regards,
Mark.

On 2012-06-26 4:45 AM, Jan Honza Odvarko wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile   Translate to Translated (View Original)
 More options Jun 26 2012, 12:14 pm
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Tue, 26 Jun 2012 09:14:58 -0700 (PDT)
Local: Tues, Jun 26 2012 12:14 pm
Subject: Re: Lost in Space
On Jun 26, 5:55 pm, Mark Filipak <markfilipak.mozi...@gmail.com>
wrote:
> Again, thanks for your kind consideration.

> When DOM1 was adopted I found no tools, so I wrote my own DOM browser. It is much the same as FireBug's DOM tree (links an all), but in a much more compact form. One thing I found helpful was a status line containing the entire property chain, such as:

> window.document.body.firstChild... etc.

> Each level above is clickable for fast travel.

If I understand correctly your feature, you can find the same at the
top of the
DOM panel (aka breadcrumbs).

Just expand an object in the DOM panel, click its value on the right
side
and if it's an object you'll go one level down and the clickable-path
will be displayed at the top.

> Included is a getElementById('<clickable-link>') etc. ...very handy.

Not sure what is this feature about...?

> Short of writing directly to Joe Hewitt, how can I get ideas to the developers?

Posting ideas to this group is the best way.
(also, note that Joe Hewitt is not working on Firebug any more)

Honza


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Filipak  
View profile   Translate to Translated (View Original)
 More options Jun 26 2012, 12:39 pm
From: Mark Filipak <markfilipak.mozi...@gmail.com>
Date: Tue, 26 Jun 2012 12:39:22 -0400
Local: Tues, Jun 26 2012 12:39 pm
Subject: Re: [firebug] Re: Lost in Space
No breadcrumbs visible.

On 2012-06-26 12:14 PM, Jan Honza Odvarko wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Odvarko  
View profile   Translate to Translated (View Original)
 More options Jun 26 2012, 12:50 pm
From: "Jan Odvarko" <odva...@gmail.com>
Date: Tue, 26 Jun 2012 18:50:38 +0200
Local: Tues, Jun 26 2012 12:50 pm
Subject: RE: [firebug] Re: Lost in Space

See the attached screenshot

Honza

> -----Original Message-----
> From: firebug@googlegroups.com [mailto:firebug@googlegroups.com] On
> Behalf Of Mark Filipak
> Sent: Tuesday, June 26, 2012 6:39 PM
> To: firebug@googlegroups.com
> Subject: Re: [firebug] Re: Lost in Space

> No breadcrumbs visible.

> On 2012-06-26 12:14 PM, Jan Honza Odvarko wrote:
> > On Jun 26, 5:55 pm, Mark Filipak <

<mailto:markfilipak.mozi...@gmail.com> markfilipak.mozi...@gmail.com>

> > wrote:
> >> Again, thanks for your kind consideration.

> >> When DOM1 was adopted I found no tools, so I wrote my own DOM
> browser. It is much the same as FireBug's DOM tree (links an all), but in

a much

> more compact form. One thing I found helpful was a status line containing

the

developers?

> > Posting ideas to this group is the best way.
> > (also, note that Joe Hewitt is not working on Firebug any more)

> > Honza

> --
> You received this message because you are subscribed to the Google Groups
> "Firebug" group.
> To post to this group, send email to  <mailto:firebug@googlegroups.com>

firebug@googlegroups.com To unsubscribe

> from this group, send email to
>  <mailto:firebug+unsubscribe@googlegroups.com>

firebug+unsubscribe@googlegroups.com

> For more options, visit this group at
>  <https://groups.google.com/forum/#!forum/firebug>

https://groups.google.com/forum/#!forum/firebug

  image001.png
33K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Filipak  
View profile   Translate to Translated (View Original)
 More options Jun 26 2012, 3:09 pm
From: Mark Filipak <markfilipak.mozi...@gmail.com>
Date: Tue, 26 Jun 2012 15:09:50 -0400
Local: Tues, Jun 26 2012 3:09 pm
Subject: Re: [firebug] Re: Lost in Space
Not found. The breadcrumbs shown in your screenshot do not appear.

FireFox version 13.0.1
FireBug version 1.9.2

I run FireFox in a sandbox. Could that be an issue?

On 2012-06-26 12:50 PM, Jan Odvarko wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile   Translate to Translated (View Original)
 More options Jun 27 2012, 10:42 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Wed, 27 Jun 2012 07:42:18 -0700 (PDT)
Local: Wed, Jun 27 2012 10:42 am
Subject: Re: Lost in Space
On Jun 26, 9:09 pm, Mark Filipak <markfilipak.mozi...@gmail.com>
wrote:
> Not found. The breadcrumbs shown in your screenshot do not appear.

But you see at least the 'window' in the Toolbar, right?

Honza


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Filipak  
View profile   Translate to Translated (View Original)
 More options Jun 27 2012, 11:34 am
From: Mark Filipak <markfilipak.mozi...@gmail.com>
Date: Wed, 27 Jun 2012 11:34:10 -0400
Local: Wed, Jun 27 2012 11:34 am
Subject: Re: [firebug] Re: Lost in Space
> But you see at least the 'window' in the Toolbar, right?

The toolbar 'looks' like this (from left to right):

[Firebug Options] [Click an element in the page to inspect] //...2 buttons
| //...divider
< > //...back & next buttons
| //...divider
[Show Command Line] [Panel Selector] //...2 buttons
Console HTML CSS Script DOM Net //...6 buttons
[_____] //...search textbox
[Minimize Firebug] [Open Firebug in New Window] //...2 buttons

Below the toolbar is the name of the global object (i.e., "window").
Below "window" is window's property tree.

As I browse the property tree, for example: to document.body.firstElementChild.firstElementChild, the top line shows "window" but nothing else.

FireBug version is 1.9.2

On 2012-06-27 10:42 AM, Jan Honza Odvarko wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile   Translate to Translated (View Original)
 More options Jun 27 2012, 2:56 pm
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Wed, 27 Jun 2012 11:56:09 -0700 (PDT)
Local: Wed, Jun 27 2012 2:56 pm
Subject: Re: [firebug] Re: Lost in Space

Would have saved you a lot of writing if you just attached a screenshot
like Honza did. :-)

Below the toolbar is the name of the global object (i.e., "window").


That's what Honza was asking for.

> As I browse the property tree, for example: to
> document.body.firstElementChild.firstElementChild, the top line shows
> "window" but nothing else.

Browsing the tree doesn't change the property path. It just changes when
you click an object on the right side.

<https://lh6.googleusercontent.com/-MML86xM3l4w/T-tWicEVufI/AAAAAAAAAB...>
Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile   Translate to Translated (View Original)
 More options Jun 28 2012, 9:32 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Thu, 28 Jun 2012 06:32:42 -0700 (PDT)
Local: Thurs, Jun 28 2012 9:32 am
Subject: Re: Lost in Space
Here are instructions how to see the 'breadcrumbs' path:

1) Open Firebug on any page, e.g. 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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denis Ruest  
View profile  
 More options Jun 28 2012, 10:06 am
From: Denis Ruest <denis.ruest....@gmail.com>
Date: Thu, 28 Jun 2012 10:06:03 -0400
Local: Thurs, Jun 28 2012 10:06 am
Subject: Re: [firebug] Re: Lost in Space

Wow that was fast... I'll try it tonight.

Thanks,

Denis

On Thu, Jun 28, 2012 at 9:32 AM, Jan Honza Odvarko <odva...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Filipak  
View profile   Translate to Translated (View Original)
 More options Jun 28 2012, 1:12 pm
From: Mark Filipak <markfilipak.mozi...@gmail.com>
Date: Thu, 28 Jun 2012 13:12:06 -0400
Local: Thurs, Jun 28 2012 1:12 pm
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Filipak  
View profile  
 More options Jun 28 2012, 1:13 pm
From: Mark Filipak <markfilipak.mozi...@gmail.com>
Date: Thu, 28 Jun 2012 13:13:32 -0400
Local: Thurs, Jun 28 2012 1:13 pm
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 9:32 AM, Jan Honza Odvarko wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Odvarko  
View profile   Translate to Translated (View Original)
 More options Jun 28 2012, 1:21 pm
From: "Jan Odvarko" <odva...@gmail.com>
Date: Thu, 28 Jun 2012 19:21:37 +0200
Local: Thurs, Jun 28 2012 1:21 pm
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.

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Filipak  
View profile   Translate to Translated (View Original)
 More options Jun 28 2012, 2:30 pm
From: Mark Filipak <markfilipak.mozi...@gmail.com>
Date: Thu, 28 Jun 2012 14:30:57 -0400
Local: Thurs, Jun 28 2012 2:30 pm
Subject: Re: [firebug] Re: Lost in Space
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Filipak  
View profile   Translate to Translated (View Original)
 More options Jun 28 2012, 2:53 pm
From: Mark Filipak <markfilipak.mozi...@gmail.com>
Date: Thu, 28 Jun 2012 14:53:50 -0400
Local: Thurs, Jun 28 2012 2:53 pm
Subject: Re: [firebug] Re: Lost in Space
On 2012-06-26 12:14 PM, Jan Honza Odvarko wrote:

> On Jun 26, 5:55 pm, Mark Filipak <markfilipak.mozi...@gmail.com>
-snip-
>> Included is a getElementById('<clickable-link>') etc. ...very handy.
> Not sure what is this feature about...?

My DOM Browser opens in one or more child windows (depending upon how many calls to domBrowse() have been inserted into the code, and where, and whether the domBrowse instances have been supplied with any arguments--by object or by reference). Then, in the particular child window associated with an instance of domBrowse(), one can click on <property-path>.getElementById(), for example, and supply an argument ("foo", for example) and see it take effect immediately (jump directly to the id="foo" element in the DOM tree, for example). I have implemented this functionality for all functions. It is very handy.

Obviously, each domBrowse() generated auxiliary window is communicating with its parent window (which contains the actual document or a 'higher' level of a domBrowse() generated child window). Changes made via function arguments in child windows take effect globally so that the results are acted upon by the parent window. That's very handy too. If the function alters the DOM tree, the resulting scope remains rooted to the global object (window), but if the function provokes an event, the scope is rooted to the event object and the returned object in the child window is the event object.

- Mark.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 2:01 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Thu, 28 Jun 2012 23:01:06 -0700 (PDT)
Local: Fri, Jun 29 2012 2:01 am
Subject: Re: Lost in Space
On Jun 28, 8:30 pm, Mark Filipak <markfilipak.mozi...@gmail.com>
wrote:
> Step 1: Browse tohttps://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.

Yep, true.

Try one more step:

Step 4: Click on the body value (next to the prop name): body#gsr

The top greyed line reads: window > document > body

Do you see it now?

Honza


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Jun 29 2012, 3:49 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Fri, 29 Jun 2012 00:49:22 -0700 (PDT)
Local: Fri, Jun 29 2012 3:49 am
Subject: Re: Lost in Space

> Try one more step:

> Step 4: Click on the body value (next to the prop name): body#gsr

> The top greyed line reads: window > document > body

I just want to note that is what I mentioned in my first post. Only
clicking the property's value changes the property path.

@Honza:
Do you think it makes sense to change the property path on clicking a DOM
property's name?
At least this would be somewhat conform to what we have inside the HTML
panel, i.e. changing the path on selection and do not limit the view.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile  
 More options Jul 2 2012, 9:31 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Mon, 2 Jul 2012 06:31:03 -0700 (PDT)
Local: Mon, Jul 2 2012 9:31 am
Subject: Re: Lost in Space
On Jun 29, 9:49 am, Sebastian Zartner <sebastianzart...@gmail.com>
wrote:
> @Honza:
> Do you think it makes sense to change the property path on clicking a DOM
> property's name?
> At least this would be somewhat conform to what we have inside the HTML
> panel, i.e. changing the path on selection and do not limit the view.

Yes, as long as we have a support for selection in the DOM panel...
Honza

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Jul 2 2012, 7:26 pm
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Mon, 2 Jul 2012 16:26:24 -0700 (PDT)
Local: Mon, Jul 2 2012 7:26 pm
Subject: Re: Lost in Space

> Yes, as long as we have a support for selection in the DOM panel...

Here you are: issue 5650<http://code.google.com/p/fbug/issues/detail?id=5650>
.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Filipak  
View profile  
 More options Jul 2 2012, 9:26 pm
From: Mark Filipak <markfilipak.mozi...@gmail.com>
Date: Mon, 02 Jul 2012 21:26:07 -0400
Local: Mon, Jul 2 2012 9:26 pm
Subject: Re: [firebug] Re: Lost in Space
Re, issue 5650: Well, Sebastian, I clicked on window.a, then window.a.b, then window.a.b.c, and finally window.a.b.c.d and the property path was not displayed at any point. So I guess that issue 5650 is not a live demo - darn it!

I'm curious about a couple of other things.

Why a > b > c > d ? Why not window.a.b.c.d ? Wouldn't that be more intuitive?

And, is it possible to open multiple independent Firebug windows so that multiple properties can be monitored at the same time?

Suggestion: As you may know, I wrote my own dom browser in 2003. I made all of my domBrowser() functions and variables properties of domBrowse() itself. That way they don't show up in the global scope. That keeps things tidy. Perhaps you guys might do the same, eh?

And an OT question: It's been a couple of years since I wrote DOM code. I don't see constructors for the HTML5 elements like Footer (i.e., I can't see a HTMLFooterElement() ). If I write:

document.createDocumentFragment().appendChild(document.createElement("Foote r"));

an [object HTMLElement] is returned (i.e., it is the prototype of HTML<tag>Element, is it not?). I hated when Microsoft did such things. What's up with HTML5 and FireFox?

Thanks for preparing the issue. Your service (and Honza's!) is appreciated here. - Mark.

On 2012-07-02 7:26 PM, Sebastian Zartner wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Jul 3 2012, 3:03 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Tue, 3 Jul 2012 00:03:30 -0700 (PDT)
Local: Tues, Jul 3 2012 3:03 am
Subject: Re: [firebug] Re: Lost in Space

> Re, issue 5650: Well, Sebastian, I clicked on window.a, then window.a.b,
> then window.a.b.c, and finally window.a.b.c.d and the property path was not
> displayed at any point. So I guess that issue 5650 is not a live demo -
> darn it!

If you read carefully, issue 5650 is an enhancement request. Firebug does *
not* change the property path just by clicking the property names at the
moment.

I'm curious about a couple of other things.

> Why a > b > c > d ? Why not window.a.b.c.d ? Wouldn't that be more
> intuitive?

Because that's how ancestor paths are displayed within Firebug. It might
make sense to change the delimiter to a dot, though that's not part of that
issue.

> And, is it possible to open multiple independent Firebug windows so that
> multiple properties can be monitored at the same time?

No, but you could use the *Watch* side panel<http://getfirebug.com/wiki/index.php/Watch_Side_Panel>for this purpose by adding the properties as watches.

Suggestion: As you may know, I wrote my own dom browser in 2003. I made all

> of my domBrowser() functions and variables properties of domBrowse()
> itself. That way they don't show up in the global scope. That keeps things
> tidy. Perhaps you guys might do the same, eh?

Do you see something of Firebug in the global scope, which shouldn't be
there?

And an OT question: It's been a couple of years since I wrote DOM code. I

> don't see constructors for the HTML5 elements like Footer (i.e., I can't
> see a HTMLFooterElement() ). If I write:

> document.createDocumentFragment().appendChild(document.createElement("Foote r"));

> an [object HTMLElement] is returned (i.e., it is the prototype of
> HTML<tag>Element, is it not?). I hated when Microsoft did such things.
> What's up with HTML5 and FireFox?

That's not a Firefox issue but defined that way in the HTML5 standard. See
the DOM interface of
http://www.w3.org/TR/2012/WD-html5-20120329/the-footer-element.html#t...
in comparison to e.g.
http://www.w3.org/TR/2012/WD-html5-20120329/the-img-element.html#the-...

So if you want to complain, you should do that at the W3C.

> Thanks for preparing the issue. Your service (and Honza's!) is appreciated
> here.

You're welcome. If you have any other suggestions how to improve Firebug,
feel free to create your own enhancement requests<http://code.google.com/p/fbug/issues/entry?template=User%20enhancemen...>.
But make sure you read our wiki page for making enhancement requests<http://getfirebug.com/wiki/index.php/I_am_missing_a_feature_in_Firebu...>first.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »