Side navigation
#12311 closed bug (fixed)
Opened August 15, 2012 04:51PM UTC
Closed August 15, 2012 04:54PM UTC
Last modified August 15, 2012 05:16PM UTC
jQuery 1.8 and .is(":visible")
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | low | Milestone: | 1.8.1 |
Component: | selector | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
After updating for jQuery 1.8 I noticed the .is(":visible") returning false for a visible input on Firefox 3.6.22 and returning true for a visible input on Firefox 14.0.1
Firefox 3.6.22 alert(false) -> http://jsfiddle.net/qVntx/
Firefox 14.0.1 alerts(true) -> http://jsfiddle.net/qVntx/
Attachments (0)
Change History (7)
Changed August 15, 2012 04:52PM UTC by comment:1
owner: | → anonymous |
---|---|
status: | new → pending |
Changed August 15, 2012 04:54PM UTC by comment:2
component: | unfiled → selector |
---|---|
milestone: | None → 1.8.1 |
priority: | undecided → low |
resolution: | → fixed |
status: | pending → closed |
It is supported by Sizzle and this issue has been fixed in Sizzle upstream.
Changed August 15, 2012 05:07PM UTC by comment:3
@dmethvin "Firefox 3.6 is no longer supported by Mozilla or jQuery"
I don't see anything here -> http://blog.jquery.com/2012/08/09/jquery-1-8-released/
Or here -> http://imageshack.us/photo/my-images/198/supportym.jpg/
And yes, it looks ok for the recent versions...
Changed August 15, 2012 05:11PM UTC by comment:4
https://blog.mozilla.org/futurereleases/2012/03/23/upcoming-firefox-support-changes/
If Mozilla doesn't support the browser, jQuery doesn't either. It *may* work, but we are no longer unit testing against Firefox 3.6 so there are likely to be regressions.
Changed August 15, 2012 05:12PM UTC by comment:5
@anonymous, removing Firefox 3.6 support is a very recent change. Apologies that the main page isn't up-to-date
Changed August 15, 2012 05:16PM UTC by comment:6
Actually I did knew the support would be droped soon, but I thought it would be mentioned in the changelog. It is a good idea to perhaps avoid future tickets.
Changed August 15, 2012 05:16PM UTC by comment:7
Good point, we should have mentioned it and are in the process now of updating the home page.
Firefox 3.6 is no longer supported by Mozilla or jQuery. Sounds like it works okay for recent versions?