#7322 closed bug (fixed)
basic filter pseudo-selectors function strangely when used with .parents
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | |
Component: | selector | Version: | 1.4.3 |
Keywords: | eq even first gt last lt odd | Cc: | |
Blocked by: | Blocking: |
Description
Color-prefixed selectors always search 'down' the DOM tree (toward leaves). In some instances this may be incorrect, such as within the .parents
function.
For example, elem.parents(sel :selected)
will return a selected option tag whose parent select node is a parent to elem matching the selector, instead of selecting a parent node which both matches the selector and is selected.
Here's some code: http://jsfiddle.net/dw6zP/
Change History (4)
comment:1 Changed 13 years ago by
Component: | unfiled → traversing |
---|---|
Keywords: | eq even first gt last lt odd added |
Milestone: | 1.5 |
Priority: | undecided → low |
Status: | new → open |
Summary: | colon selector search direction → basic filter pseudo-selectors function strangely when used with .parents |
comment:2 Changed 12 years ago by
Component: | traversing → selector |
---|---|
Resolution: | → worksforme |
Status: | open → closed |
This is the expected behavior. Positional selectors (like :first, :last) behave differently from other selectors (like :first-child, for example).
comment:3 Changed 12 years ago by
Resolution: | worksforme → fixed |
---|
Note: See
TracTickets for help on using
tickets.
improved test case
This issue has existed since at least 1.3.