Side navigation
#4740 closed bug (duplicate)
Opened June 09, 2009 11:57AM UTC
Closed July 12, 2011 04:14PM UTC
Last modified July 12, 2011 04:14PM UTC
:visible:selected or :visible:first selectors not working on IE6
Reported by: | tipiirai | Owned by: | john |
---|---|---|---|
Priority: | minor | Milestone: | 1.next |
Component: | selector | Version: | 1.3.2 |
Keywords: | needsreview | Cc: | |
Blocked by: | Blocking: |
Description
When I had two special selectors together the results won't work on IE6. Haven't tried on any other than those two yet. Here is my test page:
http://flowplayer.org/demos/test/jquery3.htm
On FF it says: 456123
On IE6 it says: undefinedundefined
Attachments (0)
Change History (8)
Changed June 09, 2009 12:00PM UTC by comment:1
Changed November 17, 2010 04:12AM UTC by comment:2
status: | new → open |
---|
http://jsfiddle.net/dmethvin/JqSj8/
Confirmed.
Changed March 31, 2011 03:41AM UTC by comment:3
keywords: | → needsreview |
---|
IE6,7,8,9, Webkit and Opera all report 0. Firefox is the only one to report 2 in the test. I'm pretty sure this isn't a bug with jQuery, but rather, how Firefox is reporting the option nodes. I recommend a wontfix.
Possibly related: http://bugs.jquery.com/ticket/6233
Changed March 31, 2011 03:41AM UTC by comment:4
milestone: | 1.4 → 1.next |
---|
Changed July 11, 2011 07:24PM UTC by comment:5
We should revisit this with the solution from #5020 (as confirmed in the triage meeting).
Changed July 12, 2011 04:14PM UTC by comment:7
resolution: | → duplicate |
---|---|
status: | open → closed |
After a bit of further investigation I realized that
:option:visible
is not working on IE. My test page has two visible option elements
http://flowplayer.org/demos/test/jquery3.htm
IE does not found them.