Opened 15 years ago
Closed 14 years ago
#3192 closed bug (wontfix)
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
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Cc: | ntosss flesler added |
---|---|
Milestone: | 1.2.1 → 1.3 |
comment:3 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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.
Note: See
TracTickets for help on using
tickets.
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.