[1.0.1] Windows: 2 monitors: Capture button Modify Screen Bounds
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
In Progress
|
High
|
RaiMan |
Bug Description
Using SikuliIDE 1.1.0 (2015-01-
I just recently installed this program on a Windows 7 Enterprise machine. I am using two monitors. I installed Sikuli onto a network drive.
When I first open the IDE, there are no problems, everything works the way that it should. Each time that I press one of the UI elements that adds code and takes a screenshot (for example: find, wait, click or rightClick) the screen bounds are changed by 2 pixels on all edges.
When I start, the screen bounds used to search are [0,0 1920x1080], then after adding a few elements, I run the code and get log messages like:
[log] DOUBLE CLICK on L(83,87)@S(0)[8,8 1904x1064]
The mouse events are still zero indexed though so in this case the mouse double clicked 8 pixels low and to the right of the intended target.
I looked to see if someone else had logged something like this but didn't see anything.
Thanks.
After trying a few more things, the change happens also when pressing the screenshot button.