Try Firebug 1.10a7 this should be fixed
http://getfirebug.com/releases/firebug/1.10/firebug-1.10.0a7.xpi

Honza

On Apr 24, 8:45 am, vincent <[email protected]> wrote:
> when I use 'document.getElementsByTagName("el")'  to get
> collections.the collections  are 'undefined' in monitor,but 'length'
> property exists
>
> eg.
>
> <script>
>       var arr = document.getElementsByTagName('input');
>       alert(arr);// arr are 'Object HTMLCollection'   but it shows in
> monitor is 'undefined' , I cann't watch   //its children
>       alert(arr.length > 0);  //true
> </script>

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