Opened 11 years ago
Closed 11 years ago
#11966 closed bug (fixed)
descendant selector
Reported by: | Owned by: | Timmy Willison | |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | selector | Version: | 1.8b1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
see http://jsfiddle.net/dK8mz/ on jquery 1.7.2 return only one result, as expected. on jquery 1.8b1 return 2 results so it seems the ancestor descendant selector $(ancestor descendant) acts as a multiple selector...
Change History (4)
comment:1 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
comment:2 Changed 11 years ago by
Milestone: | None → 1.8 |
---|---|
Status: | new → open |
comment:3 Changed 11 years ago by
Owner: | set to Timmy Willison |
---|---|
Status: | open → assigned |
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Update Sizzle: Removes directory caching in dirCheck. Fixes #11966.
Changeset: 375c44d9c715051940a1b9fa5fbafb5c021b6a96
Note: See
TracTickets for help on using
tickets.
I'm wondering if this is the correct behavior.
It's of course confirmed with 1.8b: http://jsfiddle.net/rG2xq/.
Behaves like http://jsfiddle.net/FhhyF/ rather than taking into account that we're specifying the name. In case you're stuck, this does however return the result you expect http://jsfiddle.net/emAmx/