Opened 12 years ago
Closed 11 years ago
#11439 closed bug (fixed)
jQuery.support.parentNode used, but not defined any more.
Reported by: | Robert Katić | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | support | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery.support.parentNode disappeared somewhere between jQuery 1.4.2 and 1.5.1.
There is still one usage of it that can be safely removed.
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Patch of #11325 does much more. In case it will not pass, I prepared an more specific one: https://github.com/jquery/jquery/pull/700
comment:3 Changed 12 years ago by
@ gibson042 To be honest #11325 is a tough sell - it didn't previously pass in IE6 and 7 and it currently doesn't merge (cannot be merged by any git strategy).
comment:4 Changed 11 years ago by
Component: | unfiled → support |
---|---|
Milestone: | None → 1.8 |
Priority: | undecided → low |
Status: | new → open |
Landed in 1.8pre, will close when we merge to master.
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fix #11439. Remove use of undefined jQuery.support.parentNode.
Changeset: 077fd7ed6f7c330a957b9c58b805e6cc3f48be82
Removal is pending in the fix for #11325.