#7279 closed bug (fixed)
.bind("ready") events fire out of order
Reported by: | john | Owned by: | dmethvin |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | event | Version: | 1.4.3 |
Keywords: | needsreview | Cc: | |
Blocked by: | Blocking: |
Description
Test case by Ben Alman here: http://jsfiddle.net/cowboy/YE2Wk/
See also: #7247
Change History (7)
comment:1 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Priority: | undecided → high |
comment:2 Changed 12 years ago by
Status: | new → open |
---|
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Keywords: | needsreview added |
---|
comment:5 Changed 12 years ago by
Owner: | set to cowboy |
---|---|
Status: | open → assigned |
comment:6 Changed 12 years ago by
Owner: | changed from cowboy to dmethvin |
---|
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
We have now documented that .bind("ready", ...). fires after ..ready()
.
Note: See
TracTickets for help on using
tickets.
Sent a pull request with a possible fix (And a ton of unit tests) http://github.com/jquery/jquery/pull/80