** Description changed:

  In debugging various Unity Autopilot failures, I have discovered that
  the geometry property in process/_bamf.py does not get the correct
  origin for the window.  I initially thought this was a pygtk issue and
  filed bug #1273380 for that.  However, Martin set me straight and now
  the issue is in Autopilot.
  
  The offending code is this:
  
  return (origin[0], origin[1], geometry.width, geometry.height)
  
  In the Unity AP test case, it should be returning origin[1] and
  origin[2].  I have tested this locally on my test machine and does
  indeed fix it.  I'm not sure if we ever need to consider the case where
  it may still return the origin in the first two elements of the origin
  array.
  
+ *Note: This is blocking a number of Unity Autopilot tests from passing*
+ 
  Thanks!

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

Title:
  The geometry property in process/_bamf.py does not return correct
  values

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to