Bug Tracker

Opened 11 years ago

Closed 11 years ago

#11966 closed bug (fixed)

descendant selector

Reported by: sfornengo@… 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 addyosmani

Component: unfiledselector
Priority: undecidedlow

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/

comment:2 Changed 11 years ago by dmethvin

Milestone: None1.8
Status: newopen

comment:3 Changed 11 years ago by Timmy Willison

Owner: set to Timmy Willison
Status: openassigned

comment:4 Changed 11 years ago by Timmy Willison

Resolution: fixed
Status: assignedclosed

Update Sizzle: Removes directory caching in dirCheck. Fixes #11966.

Changeset: 375c44d9c715051940a1b9fa5fbafb5c021b6a96

Note: See TracTickets for help on using tickets.