Comment 3 for bug 1267755

Revision history for this message
Olivier Tilloy (osomon) wrote :

I can reliably reproduce the issue if I modify the test to pass press_duration=1 to self.pointing_device.click() which as a consequence simulates a long press.

It looks like something causes slowness that makes the tap longer than it should be. My best guess at this point is the OSK coming up as a result of focusing a text area (the empty part at the end). I’ll see if waiting for the OSK to be fully up before clicking on the image improves things.