#13649 closed defect (fixed)
NodeList test failures (IE8)
Reported by: | bill | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Query | Version: | 1.6.1 |
Keywords: | dohfail | Cc: | |
Blocked By: | Blocking: |
Description
Starting with [25889] the NodeList.html test fails. Tested on IE8. Failures in slice, concat, etc.
Change History (8)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Hmm, I am not see this error. Do you think the feature test is wrong for testing for the ability to create delegated arrays?
comment:3 Changed 11 years ago by
Did you mean that you didn't see the errors on IE8?
I can check what the feature test is returning for IE8 later.
comment:5 Changed 11 years ago by
Hmm, well the first failure I'm getting is on the slice() test, in the expression:
pnl.slice(1).end()
slice() returns a plain array, and plain arrays don't have an end() method, so it fails.
What happens when you run http://bill.dojotoolkit.org/trunk/dojo/tests/_base/NodeList.html on IE8?
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, that fixes it, what was your issue reproducing the problem before?
I see Mark also reproduced the problem and put the fix in http://thread.gmane.org/gmane.comp.web.dojo.devel/15373/focus=15425, I'm not sure why it didn't reproduce for you, if you did indeed try on IE8. Please be sure to test on IE8 before checkins.
comment:8 Changed 11 years ago by
Apparently IE9's emulation of IE8 doesn't include the property shadow bug, even though it does include the extended array length property bug.
Also, NodeList-fx, wipeIn and wipeOut tests.