Bug Tracker

Opened 11 years ago

Closed 11 years ago

#11543 closed bug (fixed)

.has doesn't work on detached elements

Reported by: this_is_ori Owned by:
Priority: low Milestone: 1.8
Component: traversing Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:

Description

After cloning an element, :has correctly filters elements, but .has doesn't --it returns an empty object.

See fiddle: http://jsfiddle.net/orig/hxBmP/

Tested with all versions available on jsfiddle from 1.4.4 onwards On Chrome ‪18.0.1025.142 And Firefox 10.0.2

Change History (3)

comment:2 Changed 11 years ago by dmethvin

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

comment:3 Changed 11 years ago by Richard Gibson

Resolution: fixed
Status: openclosed

Fix #11543: .has should work on detached elements.

Changeset: 590bcab245d969dffc3c61b7679ab4d1a9a26ebd

Note: See TracTickets for help on using tickets.