Opened 12 years ago
Closed 12 years ago
#6318 closed defect (fixed)
String performance test fails in IE7
Reported by: | haysmark | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dojox | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
See: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/string/tests/PerfFun.html
In IE7, when you run the test you get the error, "Error running nativeForEach. Error: Object doesn't support this property or method."
Change History (2)
comment:1 Changed 12 years ago by
Milestone: | → 1.2 |
---|
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
fixed by [13241]
Note: See
TracTickets for help on using
tickets.
yup, there is no nativeForEach on IE7. Don't know if we can run the test conditionally. Just put a conditional within the test, I guess.