Skip to main content

Bug Tracker

Side navigation

#4432 closed bug (invalid)

Opened March 27, 2009 08:39AM UTC

Closed March 30, 2009 10:56PM UTC

Selectors problem in IE

Reported by: matt Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

The both codes work in FF3.0.7 and Chrome 2.0.169.1, but only the second one works in IE (tested on 7 & 8)

$('#combo > optgroup:visible > option:visible:first').attr('selected', 'selected');

$('#combo > optgroup:visible > option:visible').first().attr('selected', 'selected');

Attachments (0)
Change History (2)

Changed March 27, 2009 01:43PM UTC by matt comment:1

Please set to invalid.

Problem comes from another part of my original script. Sorry.

Changed March 30, 2009 10:56PM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed