Hi list,

please try this:
var a = new Array();
this.debug(a);

In FF you will have an empty array, like expected.

In IE6 you have an not empty Object with Code like this:

--- Object:  ---
every=function(callback, obj)
{
  ....
}
filter=function(callback, obj)
{
  ....
}

This breaked my code (0.7.1) while I was iterating the Array() object and it
was hard to detect why.
I think it's a bug?

Cheers
Torsten

-- 
View this message in context: 
http://www.nabble.com/Array-declaration-bug-in-IE---tf4322855.html#a12310000
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to