Side navigation
#7229 closed bug (fixed)
Opened October 17, 2010 09:41PM UTC
Closed October 25, 2010 08:13PM UTC
Last modified November 02, 2010 02:17AM UTC
1.4.3 regression - passing null to event handler
Reported by: | matt.parlane@gmail.com | Owned by: | rwaldron |
---|---|---|---|
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.
Attachments (0)
Change History (11)
Changed October 17, 2010 11:39PM UTC by comment:1
keywords: | → needsreview |
---|
Changed October 22, 2010 08:49PM UTC by comment:2
component: | unfiled → event |
---|---|
priority: | undecided → high |
status: | new → open |
Confirmed.
Changed October 22, 2010 09:26PM UTC by comment:3
owner: | → rwaldron |
---|---|
status: | open → assigned |
Changed October 22, 2010 11:00PM UTC by comment:4
Changed October 23, 2010 02:47PM UTC by comment:5
Update to 7229 based on input from jdalton and jeresig
http://github.com/jquery/jquery/pull/67
http://github.com/rwldrn/jquery/commit/7ded8f00fa65c6f8edb19b4c8f118f412a700c48
Changed October 23, 2010 07:19PM UTC by comment:6
Changed October 24, 2010 04:23PM UTC by comment:7
cc: | → jdalton |
---|
Disregard previous pull requests.
http://github.com/jquery/jquery/pull/71
Reflects outcome of suggested handler evaluation by jdalton
Changed October 25, 2010 08:13PM UTC by comment:9
milestone: | 1.next → 1.4.4 |
---|---|
resolution: | → fixed |
status: | assigned → closed |
Changed October 25, 2010 08:16PM UTC by comment:10
Thanks all, very cool.
Changed November 02, 2010 02:17AM UTC by comment:11
keywords: | needsreview |
---|