Skip to main content

Bug Tracker

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 tipiirai comment:1

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.

Changed November 17, 2010 04:12AM UTC by dmethvin comment:2

status: newopen

Changed March 31, 2011 03:41AM UTC by danheberden 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 danheberden comment:4

milestone: 1.41.next

Changed July 11, 2011 07:24PM UTC by john comment:5

We should revisit this with the solution from #5020 (as confirmed in the triage meeting).

Changed July 11, 2011 07:50PM UTC by john comment:6

#5020 is a duplicate of this ticket.

Changed July 12, 2011 04:14PM UTC by john comment:7

resolution: → duplicate
status: openclosed

Changed July 12, 2011 04:14PM UTC by john comment:8

Duplicate of #6293.