CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Fri, 10 Oct 2025 22:48:08 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jquery.com/ticket/11969/
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: Fri, 10 Oct 2025 22:48:08 GMT
Content-Type: text/html
Last-Modified: Wed, 18 Sep 2024 14:30:33 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66eae409-3e9f"
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
#11969 (Missing null check when gathering siblings) - 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
#11969 closed bug (fixed)
Opened June 25, 2012 02:30PM UTC
Closed June 26, 2012 09:09PM UTC
Last modified July 10, 2012 09:35PM UTC
Missing null check when gathering siblings
Reported by: | dmethvin | Owned by: | dmethvin |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | selector | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Ref https://bugs.jqueryui.com/ticket/8409
Not sure why the null check for cur was removed.
Attachments (0)
Change History (8)
Changed June 25, 2012 02:31PM UTC by dmethvin comment:1
component: | unfiled → selector |
---|---|
milestone: | None → 1.8 |
priority: | undecided → blocker |
status: | new → open |
Changed June 25, 2012 03:48PM UTC by timmywil comment:2
Looks like this reduction commit removed the null check by accident: https://github.com/jquery/jquery/commit/df254d47e43e6e1652b20a3b338b26f634cd2b2a#src/traversing.js
Changed June 25, 2012 04:07PM UTC by dmethvin comment:3
owner: | → dmethvin |
---|---|
status: | open → assigned |
Changed June 26, 2012 09:09PM UTC by Dave Methvin comment:5
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fix #11969. Never a null moment when checking siblings.
Changeset: cde4c326b82af4679026a202f02799e9fbd18cb4
Changed June 27, 2012 04:57AM UTC by FlashJunior comment:6
thank you so much! all my tests are working now!
Reported by FJ1 in IRC.