Opened 11 years ago
Closed 11 years ago
#10302 closed defect (worksforme)
DOH Robot- moveMouseAt function does not work in Firefox
Reported by: | klemanski | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | TestFramework | Version: | 1.3.2 |
Keywords: | robot, firefox, mouse | Cc: | |
Blocked By: | Blocking: |
Description
I have found that using the DOH Robot function mouseMoveAt(document.getElementById(id)) in Firefox does not seem to work correctly. When I use this function, the mouse always moves to several pixels above the element link and as a result the mouse click does nothing. I tried it on several different elements and got the same results. I do not have this problem when I run it in IE. For now, I have had to use the mouseMove function and specify the pixel coordinates of the element when working in Firefox.
My development environment is Firefox 3.5.5.
Change History (3)
comment:1 Changed 11 years ago by
Component: | General → TestFramework |
---|---|
Owner: | changed from anonymous to haysmark |
comment:2 Changed 11 years ago by
This sounds like a dup of the dojo.coords problems we had previously. The element is likely position:relative which breaks dojo.coords in FF. Dojo 1.4 uses dojo.position.
comment:3 Changed 11 years ago by
Milestone: | tbd → future |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Please reopen when a standalone testcase is provided.
I haven't noticed any problems, can you attach a test case using the Attach File button?