Skip to main content

Bug Tracker

Side navigation

#3192 closed bug (wontfix)

Opened July 27, 2008 01:55PM UTC

Closed February 07, 2009 03:30AM UTC

jquery-1.2.6 got bug in ie5.5("option:selected")

Reported by: ntosss Owned by:
Priority: major Milestone: 1.3
Component: selector Version: 1.2.6
Keywords: Cc: ntosss, flesler
Blocked by: Blocking:
Description

jquery-1.2.1 worked good in ie5.5

$("#Select1 option:selected").each(function(){

alert(this.value);

});

but when it was updated to jquery-1.2.6, it got bug in ie5.5

Attachments (0)
Change History (3)

Changed July 28, 2008 02:26PM UTC by flesler comment:1

Your details are not quite enough to be able to handle this.

Could you provide a test case ? a minimalistic html file with the requires html and js to reproduce the problem.

Thanks.

Changed August 10, 2008 04:14AM UTC by flesler comment:2

cc: → ntosss, flesler
milestone: 1.2.11.3

Changed February 07, 2009 03:30AM UTC by dmethvin comment:3

resolution: → wontfix
status: newclosed

http://docs.jquery.com/Browser_Compatibility

IE 5.5 isn't supported anymore, but if you can reproduce the problem with IE6 please reopen the ticket with a test case.