Opened 15 years ago
Closed 15 years ago
#3243 closed defect (fixed)
dojo.map() broken on IE
Reported by: | bill | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Apparently dojo.map() is broken on IE? Unit test checked into array.js. It works on FF but not IE. Maybe I misunderstood something?
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [8877]) Fixes #3243, which was failing because dojo.map() wasn't passing the idx and this pointer to the callback function.
There's still a separate issue that Nodelist.map() returns an array, rather than a Nodelist. That seems wrong although I can't say for sure, since those functions in Nodelist aren't documented.
Note: See
TracTickets for help on using
tickets.
(In [8876]) Unit test for dojo.map. Not working on IE. Refs #3243.