Activity log for bug #816560

Date Who What changed Old value New value Message
2011-07-26 17:48:00 Cristi Mihai bug added bug
2011-07-26 17:48:18 Cristi Mihai 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 = 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. 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.
2011-07-26 19:46:24 RaiMan summary Region.left() / .right() doesn't work on secondary monitor that's on the left of primary one X-1.0rc3: Region.left() / .right() doesn't work on secondary monitor
2011-07-26 20:21:47 RaiMan summary X-1.0rc3: Region.left() / .right() doesn't work on secondary monitor X-1.0rc3: Region.left/right/below doesn't work on secondary monitor --- workaround
2011-07-26 20:24:12 RaiMan 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. ***** workaround only matches are affected. Region work. cast matches to Regions: s = Screen(1) r = Region(s.find("asset.png")) r.highlight() --------------------------------------------------- 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.
2011-09-11 15:47:28 Tsung-Hsiang Chang sikuli: milestone x1.0-rc3
2011-09-11 15:47:31 Tsung-Hsiang Chang sikuli: status New In Progress
2011-09-15 00:47:08 Tsung-Hsiang Chang sikuli: milestone x1.0-rc3
2011-10-29 02:55:49 Arion Sionnodel tags in rc3 works
2011-10-29 02:56:00 Arion Sionnodel tags in rc3 works worksrc3
2011-10-29 08:44:36 RaiMan summary X-1.0rc3: Region.left/right/below doesn't work on secondary monitor --- workaround X-1.0rc3: Match.left/right/below doesn't work on secondary monitor --- workaround
2011-10-29 08:45:39 RaiMan tags worksrc3
2011-10-29 08:46:19 RaiMan summary X-1.0rc3: Match.left/right/below doesn't work on secondary monitor --- workaround X-1.0rc3: secondary monitor: Match.left/right/below doesn't work on secondary monitor --- workaround
2011-10-29 08:47:38 RaiMan tags match monitor multi rc3 spatialoperators
2013-02-21 13:01:10 RaiMan sikuli: status In Progress Fix Committed
2013-02-21 13:01:13 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2013-02-21 13:01:17 RaiMan sikuli: milestone x1.0
2013-02-21 13:01:21 RaiMan sikuli: importance Undecided Low
2013-02-21 18:17:04 RaiMan sikuli: importance Low High
2013-02-21 18:17:27 RaiMan tags match monitor multi rc3 spatialoperators fkt-general
2013-02-24 16:18:36 RaiMan tags fkt-general fkt-multimonitor
2013-05-14 14:02:49 RaiMan sikuli: status Fix Committed In Progress
2013-05-14 14:02:52 RaiMan sikuli: milestone x1.0 x1.1
2013-07-17 11:25:15 RaiMan sikuli: importance High Critical
2013-08-14 13:41:18 RaiMan sikuli: status In Progress Fix Committed
2013-08-14 13:46:21 RaiMan sikuli: importance Critical High
2015-05-15 13:54:48 RaiMan summary X-1.0rc3: secondary monitor: Match.left/right/below doesn't work on secondary monitor --- workaround X-1.0rc3: secondary monitor: Match.left/right/below doesn't work on secondary monitor --- workaround --- fixed 1.1.0 (2015-05-15+)
2015-05-15 13:54:53 RaiMan sikuli: importance High Critical