** Changed in: ubuntu-ui-toolkit
       Status: Fix Committed => Fix Released

** Changed in: ubuntu-ui-toolkit (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1311392

Title:
  On the autopilot helpers, the swipe to delete a list item assumes the
  window is on the top-left

Status in Ubuntu UI Toolkit:
  Fix Released
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Fix Released

Bug description:
  There's an autopilot helper to drag a list item from left to right to delete 
it.
  It assumes that the window is on the top-left corner of the screen, so it 
just uses the width as the starting point:

  self.pointing_device.drag(w - (w*0.1), ty, x, ty)

  This fails if the window is on a different place, because instead of
  just using the width, we need to take into account the x of the
  window.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1311392/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to