#5256 closed defect (duplicate)
dijit.Delcaration tests break in 1.0.1 on IE 6.
Reported by: | Jared Jurkiewicz | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.0.2 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dijit.Delcaration tests break in 1.0.1 on IE 6.
When updating an internal application to 1.0.1, I found my app breaking with an error on IE: 'Object Doesn't Support this Property or Method.' My internal app only uses a few dojo and dijit classes, so I went through each one's tests to see which one was dying. Turns out to be:
dijit/tests/tests_Declaration.html
Loading that file in FireFox? works fine. Loading it in IE 6 dies with an error of: 'Object doesn't support this property or method.'
So, that appears to be the culprit.
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
comment:3 Changed 13 years ago by
The problem was a FFism. used array.forEach() instead of dojo.forEach. array.forEach only works on FF.
One line fix. Test case now works.
Also breaks on IE 7. Also seen in the nightlies.