#12477 closed defect (fixed)
tests.window.scroll failing on FF4, IE9
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.5.2 |
Component: | HTML | Version: | 1.6.0 |
Keywords: | ff4, ie9 | Cc: | |
Blocked By: | Blocking: |
Description
This is from runTests.html, didn't try standalone.
GROUP "dojo.window.scroll" has 15 tests to run PASSED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::checkAttrs 1 ms ReferenceError: scrollMin is not defined ERROR IN: (function test_8249() {generateTest("8249_strict", "(0,-10)", "(0,+10)");generateTest("8249_quirks", "(0,-10)", "(0,+10)");generateTest("8249_loose_rtl", "(0,-10)", "(0,+10)");generateTest("8249_quirks_rtl", "(0,-10)", "(0,+10)");}) FAILED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::test_8249 257 ms PASSED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::test_8284 37 ms PASSED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::test_absContent 20 ms PASSED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::test_fixedNode 18 ms PASSED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::test_fixedScrollable 22 ms PASSED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::test_7036_8665 23 ms PASSED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::test_innerNoScrollBars 27 ms PASSED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::test_noScrollBars 15 ms PASSED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::test_bottomFloated 19 ms PASSED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::test_table 30 ms _AssertFailure: http://mac/clean/dojo/_base/_loader/bootstrap.js:585 doh._AssertFailure: assertEqual() failed: expected (-12,-12) but got (-1,-12) with hint: innerScrollbars_loose_rtl max failed doh._AssertFailure ERROR IN: (function test_innerScrollbars() {var scroll = sb - 5;generateTestXY("innerScrollbars_strict", - scroll, - scroll, scroll, scroll);generateTestXY("innerScrollbars_loose_rtl", - scroll, - scroll, dojo.isIE == 7 ? -25 : scroll, scroll);generateTestXY("innerScrollbars_quirks", - scroll, - scroll, scroll, scroll);generateTestXY("innerScrollbars_quirks_rtl", - scroll, - scroll, scroll, scroll);}) FAILED test: ../../dojo/tests/window/test_scroll.html::dojo.window.scroll::test_innerScrollbars 343 ms
Attachments (1)
Change History (10)
comment:1 Changed 11 years ago by
Keywords: | ff4 added |
---|
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.6.1 |
---|
comment:3 Changed 11 years ago by
Keywords: | ie9 added |
---|---|
Status: | new → assigned |
comment:4 Changed 11 years ago by
Bill, this patch seems to work for me on IE6/7/8/9, FF3.6/4, Safari 4/5, Chrome 10, Opera 11, all on Windows. Please test as desired to verify it works for you.
comment:5 Changed 11 years ago by
Summary: | tests.window.scroll failing on FF4 → tests.window.scroll failing on FF4, IE9 |
---|
It's working in general, works for FF4 and IE9, IE6, IE7. I'm getting two failures on IE8 though:
_AssertFailure: doh._AssertFailure: assertEqual() failed: expected (0,-11) but got (0,-10) with hint: 8284_strict max failed : assertEqual() failed: expected (0,-11) but got (0,-10) with hint: 8284_strict max failed
and
_AssertFailure: doh._AssertFailure: assertEqual() failed: expected (+31,+41) but got (+27,+37) with hint: tooBig_strict max failed : assertEqual() failed: expected (+31,+41) but got (+27,+37) with hint: tooBig_strict max failed
That's from running the test standalone.
There are some iframes in the test that don't show any red at all, for example the last three iframes of "oversized content".
comment:6 Changed 11 years ago by
comment:7 Changed 11 years ago by
comment:8 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:9 Changed 11 years ago by
Milestone: | 1.6.1 → 1.5.2 |
---|
Note: See
TracTickets for help on using
tickets.
Also, many more tests are failing on IE9