IE10 StackContainer test failure
It seems IE10 does not round at all...
------------------------------------------------------------
GROUP "dijit.tests.layout.StackContainer" has 1 test to run
11 tests to run in 7 groups
------------------------------------------------------------
GROUP "nested layout widgets" has 1 test to run
_AssertFailure: assertEqual() failed:
expected
300
but got
299.9999809265137
with hint:
BorderContainer width
ERROR IN:
function nestedLayout(){
click("nextPR");
var bcPos = dojo.position("bc"),
tcPos = dojo.position("tc");
doh.t("bc" in resizes, "BorderContainer got resize");
doh.is(300, bcPos.w, "BorderContainer width");
doh.is(200, bcPos.h, "BorderContainer height");
doh.t("tc" in resizes, "TabContainer got resize");
doh.is(300, bcPos.w, "TabContainer width");
doh.is(200, bcPos.h, "TabContainer height");
}
FAILED test: ../../dijit/tests/layout/StackContainer.html::nested layout widgets::nestedLayout 79 ms
Change History (10)
Milestone: |
tbd →
1.9
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Version: |
1.8.0 →
1.7.4rc1
|
Thanks, I'll check in a fix. Since it's only changes to test I guess it doesn't need to be backported.