Skip to main content

Bug Tracker

Side navigation

#7740 closed bug (duplicate)

Opened December 09, 2010 08:38PM UTC

Closed December 09, 2010 08:58PM UTC

Last modified December 09, 2010 08:58PM UTC

.find() sometimes does not find descendants

Reported by: anonymous Owned by:
Priority: undecided Milestone: 1.6
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

If used with an element that contains "." in its id, find() doesn't find descendant elements anymore in version 1.4.4. The descendants are found though, when using find() on the parent of the original element.

Testcase:

http://jsfiddle.net/MD7bU/1/

Attachments (0)
Change History (2)

Changed December 09, 2010 08:58PM UTC by jitter comment:1

resolution: → duplicate
status: newclosed

Fixed on development version

Changed December 09, 2010 08:58PM UTC by jitter comment:2

Duplicate of #7533.