Side navigation
#11439 closed bug (fixed)
Opened March 05, 2012 09:49PM UTC
Closed May 16, 2012 06:04PM UTC
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: | ||
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.
Attachments (0)
Change History (5)
Changed March 05, 2012 09:54PM UTC by comment:1
Changed March 05, 2012 10:05PM UTC by comment:2
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
Changed March 05, 2012 10:31PM UTC by comment:3
@ 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).
Changed April 07, 2012 02:13PM UTC by comment:4
component: | unfiled → support |
---|---|
milestone: | None → 1.8 |
priority: | undecided → low |
status: | new → open |
Landed in 1.8pre, will close when we merge to master.
Removal is pending in the fix for #11325.