#11969 closed bug (fixed)
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 http://bugs.jqueryui.com/ticket/8409
Not sure why the null check for cur was removed.
Change History (8)
comment:1 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | None → 1.8 |
Priority: | undecided → blocker |
Status: | new → open |
comment:2 Changed 11 years ago by
Looks like this reduction commit removed the null check by accident: https://github.com/jquery/jquery/commit/df254d47e43e6e1652b20a3b338b26f634cd2b2a#src/traversing.js
comment:3 Changed 11 years ago by
Owner: | set to dmethvin |
---|---|
Status: | open → assigned |
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #11969. Never a null moment when checking siblings.
Changeset: cde4c326b82af4679026a202f02799e9fbd18cb4
Note: See
TracTickets for help on using
tickets.
Reported by FJ1 in IRC.