Opened 11 years ago
Closed 11 years ago
#8956 closed defect (duplicate)
mouseMoveAt() confused by scroll on outer document
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | TestFramework | Version: | 1.3.0b3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On IE8 I get dueling scrollbars on the test_ComboBox test:
- scrollbar on the <iframe> loading tests/form/_autoComplete.html
- scrollbar on the browser window
When the robot test focuses on a ComboBox towards the bottom of the page, IE makes the ComboBox visible by scrolling one or both of those <div>'s. (This is happening as I call myCombo.focusNode.focus()
, so dijit.scrollIntoView()
is not in play here.
At this point doh.robot.mouseMoveOver() stops working correctly as it isn't taking scrollOffset into account.
See attached test file (simplified version of ComboBox? test.)
Note: See
TracTickets for help on using
tickets.
dup of #8957