Bug Tracker

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 gibson042

Removal is pending in the fix for #11325.

comment:2 Changed 12 years ago by Robert Katić

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 Rick Waldron

@ 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 dmethvin

Component: unfiledsupport
Milestone: None1.8
Priority: undecidedlow
Status: newopen

Landed in 1.8pre, will close when we merge to master.

comment:5 Changed 11 years ago by Robert Katic

Resolution: fixed
Status: openclosed

Fix #11439. Remove use of undefined jQuery.support.parentNode.

Changeset: 077fd7ed6f7c330a957b9c58b805e6cc3f48be82

Note: See TracTickets for help on using tickets.