Modify ↓
Ticket #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 | |
| Blocking: | Blocked by: |
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
comment:2 Changed 5 years ago by flesler
- Cc ntosss, flesler added
- Milestone changed from 1.2.1 to 1.3
comment:3 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to wontfix
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.