#7229 closed bug (fixed)
1.4.3 regression - passing null to event handler
Reported by: | Owned by: | Rick Waldron | |
---|---|---|---|
Priority: | high | Milestone: | 1.4.4 |
Component: | event | Version: | 1.4.3 |
Keywords: | Cc: | jdalton | |
Blocked by: | Blocking: |
Description
in 1.4.2, this works:
$('body').click(null);
but in 1.4.3, it gives a "handler is null" in the jQuery.event.add function.
It can be worked around in code of course, but I figured you'd want a point release to be backwards-compatible.
Change History (11)
comment:1 Changed 13 years ago by
Keywords: | needsreview added |
---|
comment:2 Changed 13 years ago by
Component: | unfiled → event |
---|---|
Priority: | undecided → high |
Status: | new → open |
comment:3 Changed 13 years ago by
Owner: | set to Rick Waldron |
---|---|
Status: | open → assigned |
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
Update to 7229 based on input from jdalton and jeresig
http://github.com/jquery/jquery/pull/67
http://github.com/rwldrn/jquery/commit/7ded8f00fa65c6f8edb19b4c8f118f412a700c48
comment:7 Changed 13 years ago by
Cc: | jdalton added |
---|
Disregard previous pull requests.
http://github.com/jquery/jquery/pull/71
Reflects outcome of suggested handler evaluation by jdalton
comment:9 Changed 13 years ago by
Milestone: | 1.next → 1.4.4 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:11 Changed 13 years ago by
Keywords: | needsreview removed |
---|
Note: See
TracTickets for help on using
tickets.
Confirmed.
http://jsfiddle.net/CYUZk/1/