Opened 10 years ago
Closed 10 years ago
#12730 closed bug (worksforme)
JQuery adds indexOf to arrays in IE8
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
i have existing functionality with following code: for (var ind in container) { var val = container[ind]; ProcessValue(val); }
Now when I updated jquery, this code fails, because first index, found in object will be 'indexOf'.
Reproduced only in IE8;
Change History (3)
comment:1 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
Here is sample http://jsfiddle.net/DsTVd/4/ But this issue is not reproduced on JQuery(edge). Looks like I should update JQuery, it is already fixed.
comment:3 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.