#1340 closed defect (fixed)
in IE 6, dojo.lang.isArray fails on null
Reported by: | Owned by: | dylan | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | DOM | Version: | 0.3 |
Keywords: | isArray IE dojo.lang | Cc: | |
Blocked By: | Blocking: |
Description
In Internet Explorer, dojo.lang.isArray fails if its argument is null. This occurs under certain forms of dojo.event.connect, but likely elsewhere as well.
This defect is confirmed on IE 6, but no doubt affects most (all?) other versions.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | isArry_null_check.patch added |
---|
comment:1 Changed 15 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from anonymous to dylan |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
patch for dojo.lang.isArray that returns false if argument is null