test_Select innerHTML out of order in IE9 (1.8+)
test_Select needs to use a more sophisticated equality test than comparing innerHTMLs. The problem is that in IE9, all of the attributes are there, but they print in a different than expected order. For instance, the test dojo.data store::test_changeSelected throws:
expected
<spanrole="option"class="dijitresetdijitinlinedijitselectlabeldijitvalidationtextboxlabel">alabama</span>
but got
<spanclass="dijitresetdijitinlinedijitselectlabeldijitvalidationtextboxlabel"role="option">alabama</span>
Also, the failure of this test case causes subsequent test cases to fail (they do not call setUp/tearDown).
Change History (4)
Milestone: |
tbd →
future
|
Priority: |
undecided →
low
|
Milestone: |
future →
1.8
|
Status: |
new →
assigned
|
Version: |
1.7.3 →
1.8.0b1
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Summary: |
test_Select innerHTML out of order in IE9 →
test_Select innerHTML out of order in IE9 (1.8+)
|
In [29323]: