touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #22590
[Bug 1311392] Re: On the autopilot helpers, the swipe to delete a list item assumes the window is on the top-left
** 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