Comment 2 for bug 1212635

Revision history for this message
Michael Zanetti (mzanetti) wrote :

Hi, it's not really only focusing issues. The button for example doesn't need to be focused, still the same issue happens with items change from invisible to visible, or change their position. Basically everything that causes the painting on the screen to update is async and autopilot is often too fast because it only checks the app's state in memory and not regarding the state of the screen which is the one dictating where mouse/keyboard input is directed to.

If you need examples let me know, we have tons of failed jenkins test runs (on VM and on real hardware) that show this kind of behavior.