#5002 closed bug (duplicate)
$.EACH utility LENGTH property bug
Reported by: | mruzicka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | 1.3.2 |
Keywords: | each loop length | Cc: | |
Blocked by: | Blocking: |
Description
When using $.each utility on object with .length property $.each function fails to run.
Change History (8)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Probably fixed in SVN now http://dev.jquery.com/ticket/2827
But still this seems to me quite weirdo way, how to find out, that something is not array...
jQuery.isFunction(object) |
aflesler 20.6.2009 16:51:19 jquery core: Closes #2827. jQuery.each iterates over functions
comment:3 Changed 14 years ago by
Component: | unfilled → core |
---|---|
Priority: | critical → major |
$.each wants to treat array-like objects as arrays, e.g. nodelists and function arguments.
comment:4 Changed 12 years ago by
Keywords: | needsreview added |
---|---|
Status: | new → open |
comment:5 Changed 12 years ago by
Milestone: | 1.3.2 |
---|
comment:6 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | open → closed |
comment:8 Changed 12 years ago by
Keywords: | needsreview removed |
---|
Note: See
TracTickets for help on using
tickets.
When using $.each utility on object with .length property $.each function fails to run.
ITS FREAKING CRITICAL LINE 666 BUG RAISED FROM HELL!