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

Bug #1311391 reported by Leo Arias
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu UI Toolkit
New
Undecided
Unassigned

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.

Tags: elopio qa-new
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.