Closed
Bug 243408
Opened 21 years ago
Closed 21 years ago
Literal array length differs from Internet Explorer
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mikecaines, Unassigned)
Details
Attachments
(1 file)
|
575 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
The following array returns a length of 1 in Mozilla, Opera, and Safari.
Internet Explorer Win 6 and 5 Mac return 2.
[,]
I am trying to find where the correct behaviour is documented, but I have not
found it yet. Please see the attachment for more examples.
Reproducible: Always
Steps to Reproduce:
1. Please see attached example
Actual Results:
Array returns length of 1
Expected Results:
Array returns length of 2 (?)
| Reporter | ||
Comment 1•21 years ago
|
||
Comment 2•21 years ago
|
||
See comments in bug 237579 and bug 219308
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•