Opened 11 years ago
Closed 11 years ago
#13387 closed bug (notabug)
$('ele:visible') and .is(':visible') broken since 1.9.0
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Invisible elements are returned when querying for only visible elements
even the .is(":visible") selector will return true on an element with visibility:hidden
See jsfiddle here http://jsfiddle.net/pqbYb/
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please close
my bad ...bad usage