Ticket #11439 (closed bug: fixed)
jQuery.support.parentNode used, but not defined any more.
| Reported by: | rkatic | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.8 |
| Component: | support | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 16 months ago by rkatic
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 16 months ago by rwaldron
@ 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 15 months ago by dmethvin
- Priority changed from undecided to low
- Status changed from new to open
- Component changed from unfiled to support
- Milestone changed from None to 1.8
Landed in 1.8pre, will close when we merge to master.
comment:5 Changed 13 months ago by Robert Katic
- Status changed from open to closed
- Resolution set to fixed
Fix #11439. Remove use of undefined jQuery.support.parentNode.
Changeset: 077fd7ed6f7c330a957b9c58b805e6cc3f48be82
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Removal is pending in the fix for #11325.