sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04130
[Bug 816560] [NEW] Region.left() / .right() doesn't work on secondary monitor that's on the left of primary one
Public bug reported:
App: Version X-1.0rc2 for Mac
Requirements: multiple monitor, with secondary monitor on the left (so
Region coordinates are negative)
Use a script similar to this:
s = Screen(1)
r = s.find("asset.png")
r.highlight()
r.right(50).highlight() # is wrong
#probably there is a bug in computing the edge of the screen when the
coordinates are negative.
Note: I haven't tried to move the secondary monitor on the right of
primary to see if that still causes the issue.
** Affects: sikuli
Importance: Undecided
Status: New
** Description changed:
App: Version X-1.0rc2 for Mac
Requirements: multiple monitor, with secondary monitor on the left (so
Region coordinates are negative)
Use a script similar to this:
s = Screen(1)
- r = find("asset.png")
+ r = s.find("asset.png")
r.highlight()
r.right(50).highlight() # is wrong
#probably there is a bug in computing the edge of the screen when the
coordinates are negative.
Note: I haven't tried to move the secondary monitor on the right of
primary to see if that still causes the issue.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/816560
Title:
Region.left() / .right() doesn't work on secondary monitor that's on
the left of primary one
Status in Sikuli:
New
Bug description:
App: Version X-1.0rc2 for Mac
Requirements: multiple monitor, with secondary monitor on the left (so
Region coordinates are negative)
Use a script similar to this:
s = Screen(1)
r = s.find("asset.png")
r.highlight()
r.right(50).highlight() # is wrong
#probably there is a bug in computing the edge of the screen when the
coordinates are negative.
Note: I haven't tried to move the secondary monitor on the right of
primary to see if that still causes the issue.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/816560/+subscriptions
Follow ups
-
[Bug 816560] Re: X-1.0rc3: secondary monitor: Match.left/right/below doesn't work on secondary monitor --- workaround --- fixed 1.1.0 (2015-05-15+)
From: RaiMan, 2015-05-15
-
[Bug 816560] Re: X-1.0rc3: secondary monitor: Match.left/right/below doesn't work on secondary monitor --- workaround
From: RaiMan, 2013-08-14
-
[Bug 816560] Re: X-1.0rc3: secondary monitor: Match.left/right/below doesn't work on secondary monitor --- workaround
From: RaiMan, 2013-08-14
-
[Bug 816560] Re: X-1.0rc3: secondary monitor: Match.left/right/below doesn't work on secondary monitor --- workaround
From: RaiMan, 2013-07-17
-
[Bug 816560] Re: X-1.0rc3: secondary monitor: Match.left/right/below doesn't work on secondary monitor --- workaround
From: RaiMan, 2013-05-14
-
[Bug 816560] Re: X-1.0rc3: secondary monitor: Match.left/right/below doesn't work on secondary monitor --- workaround
From: RaiMan, 2013-02-24
-
[Bug 816560] Re: X-1.0rc3: secondary monitor: Match.left/right/below doesn't work on secondary monitor --- workaround
From: RaiMan, 2013-02-21
-
[Bug 816560] Re: X-1.0rc3: secondary monitor: Match.left/right/below doesn't work on secondary monitor --- workaround
From: RaiMan, 2013-02-21
-
[Bug 816560] Re: X-1.0rc3: Match.left/right/below doesn't work on secondary monitor --- workaround
From: RaiMan, 2011-10-29
-
[Bug 816560] Re: X-1.0rc3: Region.left/right/below doesn't work on secondary monitor --- workaround
From: Arion Sionnodel, 2011-10-29
-
[Bug 816560] Re: X-1.0rc3: Region.left/right/below doesn't work on secondary monitor --- workaround
From: Tsung-Hsiang Chang, 2011-09-15
-
[Bug 816560] Re: X-1.0rc3: Region.left/right/below doesn't work on secondary monitor --- workaround
From: Tsung-Hsiang Chang, 2011-09-11
-
[Bug 816560] Re: X-1.0rc3: Region.left() / .right() doesn't work on secondary monitor
From: RaiMan, 2011-07-26
-
[Bug 816560] Re: X-1.0rc3: Region.left() / .right() doesn't work on secondary monitor
From: RaiMan, 2011-07-26
-
[Bug 816560] Re: Region.left() / .right() doesn't work on secondary monitor that's on the left of primary one
From: Cristi Mihai, 2011-07-26
-
[Bug 816560] [NEW] Region.left() / .right() doesn't work on secondary monitor that's on the left of primary one
From: Cristi Mihai, 2011-07-26
References