Side navigation
#12392 closed bug (fixed)
Opened August 24, 2012 07:57PM UTC
Closed October 26, 2012 12:41AM UTC
Elements created from HTML strings have a parentNode
Reported by: | dmethvin | Owned by: | rwaldron |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9 |
Component: | manipulation | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This causes isDisconnected()
to return the wrong answer. Seems to have been introduced in 1.7.
Attachments (0)
Change History (6)
Changed August 24, 2012 08:00PM UTC by comment:1
component: | unfiled → manipulation |
---|---|
milestone: | None → 1.8.1 |
priority: | undecided → blocker |
status: | new → open |
Changed August 24, 2012 08:08PM UTC by comment:2
Impact on .before
and .after
is here:
Changed August 27, 2012 04:18PM UTC by comment:3
owner: | → rwaldron |
---|---|
status: | open → assigned |
Changed August 27, 2012 05:45PM UTC by comment:4
Introduced here https://github.com/jquery/jquery/commit/dd845a2c0f63f97e74e4d490ee66e12e0bf180c5
Working through a solution
Changed August 30, 2012 02:34PM UTC by comment:5
milestone: | 1.8.1 → 1.9 |
---|
Since this has been true for many versions I'm kicking it to 1.9 for meditation. We've already solved the regression with div reuse in jQuery.clean
.