Side navigation
#13387 closed bug (notabug)
Opened February 05, 2013 10:29AM UTC
Closed February 05, 2013 01:01PM UTC
$('ele:visible') and .is(':visible') broken since 1.9.0
Reported by: | mail.someone@gmail.com | 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
Please close
my bad ...bad usage