Activity log for bug #1250112

Date Who What changed Old value New value Message
2013-11-11 15:03:04 Christian Åkerström bug added bug
2013-11-11 15:05:41 Christian Åkerström description Sikuli 1.0.1 on OSX 10.7 Ways to reproduce: See attached picture. Changing screen parameter to other than Screen(0) would make sikuli find the google dots picture although it would click at the border between the primary screen and the choosen screen. My primary screen is in the middle of my three screens. S(1) is located to the left and S(2) to the right of my primary screen. S(1) logs: [log] CLICK on L(-194,299)@S(1)[-1440,157 1440x900] # although clicking on leftmost border of S(0) [error] script [ open-google-drive ] stopped with error in line 13 [error] FindFailed ( can not find 1384177981486.png on the screen. ) S(2) logs: [log] CLICK on L(3646,142)@S(2)[1920,0 1920x1080] # although clicking on rightmost border of S(0) [error] script [ open-google-drive ] stopped with error in line 13 [error] FindFailed ( can not find 1384177981486.png on the screen. ) Sikuli 1.0.1 on OSX 10.7 Ways to reproduce: screens = list(Screen(i) for i in range(Screen.getNumberScreens())) apple = Screen(0) desktop = Screen(1) samsung = Screen(2) screen = samsung switchApp("Google Chrome.app") type("t", Key.CMD) sleep(2) screen.click("1384175538022.png") # google dots icon screen.click("1384177981486.png") # google drive icon Changing screen parameter to other than Screen(0) would make sikuli find the google dots picture although it would click at the border between the primary screen and the choosen screen. My primary screen is in the middle of my three screens. S(1) is located to the left and S(2) to the right of my primary screen. S(1) logs: [log] CLICK on L(-194,299)@S(1)[-1440,157 1440x900] # although clicking on leftmost border of S(0) [error] script [ open-google-drive ] stopped with error in line 13 [error] FindFailed ( can not find 1384177981486.png on the screen. ) S(2) logs: [log] CLICK on L(3646,142)@S(2)[1920,0 1920x1080] # although clicking on rightmost border of S(0) [error] script [ open-google-drive ] stopped with error in line 13 [error] FindFailed ( can not find 1384177981486.png on the screen. )
2013-11-12 07:53:58 Christian Åkerström attachment added open-google-drive.zip https://bugs.launchpad.net/sikuli/+bug/1250112/+attachment/3906074/+files/open-google-drive.zip
2013-11-12 07:57:14 Christian Åkerström attachment added open-google-drive.zip https://bugs.launchpad.net/bugs/1250112/+attachment/3906075/+files/open-google-drive.zip
2014-01-12 10:05:06 RaiMan sikuli: status New In Progress
2014-01-12 10:05:09 RaiMan sikuli: importance Undecided High
2014-01-12 10:05:12 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2014-01-12 10:05:15 RaiMan sikuli: milestone 1.1.0
2014-01-12 10:05:31 RaiMan summary Sikuli finds element on secondary screen but clicks on primary screen [1.0.1] Sikuli finds element on secondary screen but clicks on primary screen
2014-01-12 14:16:59 RaiMan sikuli: status In Progress Fix Committed
2014-06-27 15:52:13 RaiMan sikuli: importance High Critical
2014-06-27 15:52:31 RaiMan summary [1.0.1] Sikuli finds element on secondary screen but clicks on primary screen [1.0.1] Sikuli finds element on secondary screen but clicks on primary screen --- fixed in 1.1.0-Beta2