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:
Fixed on development version