CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 11 Oct 2025 13:19:40 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jquery.com/ticket/7229/
Connection: keep-alive
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 11 Oct 2025 13:19:40 GMT
Content-Type: text/html
Last-Modified: Wed, 18 Sep 2024 14:30:36 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66eae40c-4d38"
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
Content-Encoding: gzip
#7229 (1.4.3 regression - passing null to event handler) - jQuery - Bug Tracker
jQuery issues have moved to GitHub. This site is now a static archive of the old Trac bugs site. Some functions and pages are no longer available.
Skip to main content
Bug Tracker
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 snover comment:1
keywords: | → needsreview |
---|
Changed October 22, 2010 08:49PM UTC by rwaldron comment:2
component: | unfiled → event |
---|---|
priority: | undecided → high |
status: | new → open |
Confirmed.
Changed October 22, 2010 09:26PM UTC by rwaldron comment:3
owner: | → rwaldron |
---|---|
status: | open → assigned |
Changed October 22, 2010 11:00PM UTC by rwaldron comment:4
Changed October 23, 2010 02:47PM UTC by rwaldron comment:5
Update to 7229 based on input from jdalton and jeresig
https://github.com/jquery/jquery/pull/67
https://github.com/rwldrn/jquery/commit/7ded8f00fa65c6f8edb19b4c8f118f412a700c48
Changed October 23, 2010 07:19PM UTC by rwaldron comment:6
Changed October 24, 2010 04:23PM UTC by rwaldron comment:7
cc: | → jdalton |
---|
Disregard previous pull requests.
https://github.com/jquery/jquery/pull/71
Reflects outcome of suggested handler evaluation by jdalton
Changed October 25, 2010 08:13PM UTC by john comment:9
milestone: | 1.next → 1.4.4 |
---|---|
resolution: | → fixed |
status: | assigned → closed |
Changed October 25, 2010 08:16PM UTC by matt.parlane@gmail.com comment:10
Thanks all, very cool.
Changed November 02, 2010 02:17AM UTC by dmethvin comment:11
keywords: | needsreview |
---|