Is anyone else seeing this bug? I have Firebug 1.3.2 and Firefox
3.0.6. If I call console.log with an object with a lot of parameters,
the object shows up in the console, but with some parameters missing.
If I click on the object to see the details, I can see all the
parameters in the DOM tab, but in the console, I don't see them all.

I tried writing a script with the following line:
console.log({'firstName':'Bob', 'lastName':'Smith', 'city':'Beverly
Hills', 'state':'CA', 'zipCode':'90210'});

However, when I look in the console, all I see is this:
Object firstName=Bob lastName=Smith city=Beverly Hills

The state and zip code don't show up. Why is this happening? Is there
any way to disable it?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to