[Sikuli-driver] [Bug 1466231] Re: [1.1.0] OS X 10.10: KeyModifier being sent to Sikuli, not to app

2015-12-09 Thread Elaine F
This no longer happens on the release version of 1.1.x. Recommend closing. ** Changed in: sikuli Status: Opinion => Fix Released -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1466231

[Sikuli-driver] [Bug 1466231] Re: [1.1.0] OS X 10.10: KeyModifier being sent to Sikuli, not to app

2015-07-20 Thread Elaine F
@raiman: I believe Sketch has a free 30 day trial. It seems like it's anything with multi-window support, so let me know if the trial doesn't work and you need another piece of software that reproduces the issue. -- You received this bug notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Bug 1466231] Re: [1.1.0] OS X 10.10: KeyModifier being sent to Sikuli, not to app

2015-07-08 Thread Elaine F
Wanted to circle back on this - can you reproduce this issue? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1466231 Title: [1.1.0] OS X 10.10: KeyModifier being sent to Sikuli, not to app

[Sikuli-driver] [Bug 1466231] Re: [1.1.0] OS X 10.10: KeyModifier being sent to Sikuli, not to app

2015-06-25 Thread Elaine F
I think I figured it out. This seems to affect applications that have Mac's multi-window support. I was able to get this to repro on Microsoft Word and on Sketch. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1466231] Re: [1.1.0] OS X 10.10: KeyModifier being sent to Sikuli, not to app

2015-06-19 Thread Elaine F
Just tried with 2015-06-20. 1. I've been running SikuliX.app from /Applications this entire time. :) 2. Running the script from the command line, I once again get the confirmation that my app has focus (this is using the keyboard shortcut R), but no reaction from the app on using Cmd-O

[Sikuli-driver] [Bug 1466231] Re: KeyModifier being sent to Sikuli, not to app

2015-06-18 Thread Elaine F
Tested again on 2015-06-18_01:00nightly. I have more details: - This seems to work against released software (tested against Adobe Photoshop CC 2015). That app gets the Cmd-O just fine. - However, I tested this against the built binary we're testing. Originally, I was running the software from

[Sikuli-driver] [Bug 1466231] Re: KeyModifier being sent to Sikuli, not to app

2015-06-18 Thread Elaine F
Tested originally on 2015-06-17_01:00nightly. I'll try again with this morning's build. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1466231 Title: KeyModifier being sent to Sikuli, not to app

[Sikuli-driver] [Bug 1466231] [NEW] KeyModifier being sent to Sikuli, not to app

2015-06-17 Thread Elaine F
Public bug reported: Not yet attempted in Sikuli 1.0.1. OS: Mac OSX Yosemite (10.10.3) METHOD: Script is as follows: App.focus(NameOfApp); type(r); # just to confirm that the app has focus type(o, KeyModifier.KEY_CMD); # Cmd-O to open a file RESULT: After the second line, the app reacts to the