← Back to team overview

sikuli-driver team mailing list archive

[Bug 814989] Re: X-1.0rc3: Mac Lion: capture/selectRegion/highlight not working with fullscreen apps

 

** Description changed:

  I guess, this is the same problem area as with spaces in 10.6 (Sikuli
  and the app had to be in the same space).
  
  with Lion, it is no longer possible, to have more than one app/window in
  a "fullscreen space".
  
  so saying:
  switchApp("Safari") # which is in fullscreen mode
  reg = selectRegion()
  
  switches to the app, but then does nothing.
  going back to the primary space where Sikuli runs, shows the waiting capture overlay.
  
  same for capture.
  
  saying:
  switchApp("Safari") # which is in fullscreen mode
  Region(200,200,200,200).highlight(2)
  
  shows the highlight in the primary space while switching to the app.
  Same goes for the slow motion circles.
  
  All find operations and mouse/keyboard actions are working.
  
  The app window is reported as:
  Region[0,22 1280x758]@Screen(0)[0,0 1280x800]
  which is not "correct", since it is fullscreen.
+ (this is excluding the Mac menu bar, which gets visible when moving the mouse towards top border)

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/814989

Title:
  X-1.0rc3: Mac Lion: capture/selectRegion/highlight not working with
  fullscreen apps

Status in Sikuli:
  New

Bug description:
  I guess, this is the same problem area as with spaces in 10.6 (Sikuli
  and the app had to be in the same space).

  with Lion, it is no longer possible, to have more than one app/window
  in a "fullscreen space".

  so saying:
  switchApp("Safari") # which is in fullscreen mode
  reg = selectRegion()

  switches to the app, but then does nothing.
  going back to the primary space where Sikuli runs, shows the waiting capture overlay.

  same for capture.

  saying:
  switchApp("Safari") # which is in fullscreen mode
  Region(200,200,200,200).highlight(2)

  shows the highlight in the primary space while switching to the app.
  Same goes for the slow motion circles.

  All find operations and mouse/keyboard actions are working.

  The app window is reported as:
  Region[0,22 1280x758]@Screen(0)[0,0 1280x800]
  which is not "correct", since it is fullscreen.
  (this is excluding the Mac menu bar, which gets visible when moving the mouse towards top border)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/814989/+subscriptions


References