Opened 12 years ago
Closed 12 years ago
#8692 closed bug (fixed)
$.when doesn't set arguments on Firefox 4
Reported by: | zeljko | Owned by: | jaubourg |
---|---|---|---|
Priority: | blocker | Milestone: | 1.5.2 |
Component: | core | Version: | 1.5.2rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Fiddle:
On Firefox 4.0 it will alert undefined! With jQuery 1.5.1 everything works as expected.
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | unfiled → core |
---|---|
Milestone: | 1.next → 1.5.2 |
Owner: | set to jaubourg |
Priority: | undecided → blocker |
Status: | new → assigned |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixes #8692. Strange FF4 bug: values changed onto the arguments object sometimes end up as undefined values outside the $.when method. Cloning the object into a fresh array solves the issue.
Changeset: f2ce87df8ef933dc3372b7d7ab8ea6e54dcd66b6
Note: See
TracTickets for help on using
tickets.
Confirmed. This is an issue in jQuery git.