Opened 10 years ago
Closed 7 years ago
#14880 closed defect (patchwelcome)
xml_attrs test failure on IE
Reported by: | bill | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | Query | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
- uncomment part of dojo/tests/query/query.html to make it run on IE (search for 14880)
- Load dojo/tests/query/query.html?selector=acme on IE8 or IE9.
- In developer console set document mode to "IE9 standards".
The xml_attrs() test fails on IE9 with: Error: Object doesn't support property or method 'getAttribute'
Similarly, IE8 gets a failure on dojo/tests/query/query.html?selector=lite (lite, not acme): Error: 'undefined' is null or not an object
Change History (5)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:2 Changed 10 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
But OTOH..., dojo/tests/_base/query.html is failing when called from runTests.html. Maybe it's worth a look after all.
comment:4 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Summary: | XML test failure about getAttribute() undefined on IE9 → xml_attrs test failure on IE |
comment:5 Changed 7 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | reopened → closed |
Given that no one has shown interest in creating a patch in the past 3+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
Hmm, if I stick in a DOCTYPE then this error goes away, I guess we don't need to fix it.