← Back to team overview

sikuli-driver team mailing list archive

[Bug 900867] [NEW] First Click on Ubuntu 11.04 is in lower right corner

 

Public bug reported:


Release Maltipoo

I'm using 32 bit Ubuntu 11.04 (VMware Fusion VM, host is OSX Lion,
though probably not relevant).

I open my application successfully using Sikuli app class, and I set the
ROI to the app window using App.focusedWindow.

Next I go to click on a fairly standard UI button that says "Next"

Sikuli claims a successful find (with .99+ similarity) and logs a click
at the right coordinates.

However, the click actually occurs in the lower right hand corner of the
screen (this happens to be on the trash icon in my UI - this is a pre-
Unity interface).

If I close the trash window and attempt the click again, it clicks in
the right spot and in fact all subsequent operations seem to be Ok,
until I reboot and then the first click fails again to hit the right
spot.

My method of running (again, probably not relevant but just in case) is
a custom Robot Framework jython library I wrote that imports Sikuli, so
Robot Framework is driving it, calling my jython code which calls
various Sikuli functions.

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  First Click on Ubuntu 11.04 is in lower right corner

Status in Sikuli:
  New

Bug description:
  
  Release Maltipoo

  I'm using 32 bit Ubuntu 11.04 (VMware Fusion VM, host is OSX Lion,
  though probably not relevant).

  I open my application successfully using Sikuli app class, and I set
  the ROI to the app window using App.focusedWindow.

  Next I go to click on a fairly standard UI button that says "Next"

  Sikuli claims a successful find (with .99+ similarity) and logs a
  click at the right coordinates.

  However, the click actually occurs in the lower right hand corner of
  the screen (this happens to be on the trash icon in my UI - this is a
  pre-Unity interface).

  If I close the trash window and attempt the click again, it clicks in
  the right spot and in fact all subsequent operations seem to be Ok,
  until I reboot and then the first click fails again to hit the right
  spot.

  My method of running (again, probably not relevant but just in case)
  is a custom Robot Framework jython library I wrote that imports
  Sikuli, so Robot Framework is driving it, calling my jython code which
  calls various Sikuli functions.

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


Follow ups

References