Comment 0 for bug 1247191

Revision history for this message
Leo Arias (elopio) wrote :

I'm working with autopilot tests, and trying to find a way to avoid using the order of the components so the test are more stable.

Looking at the introspection tree, I found that on the year tab, there are three QQuickGridView, this year, the last one and the next one. The grid view that has focused=True is the last one, but the one that's on the screen is this one.

So, I think that the grid view with focused=True should be the one for the current year.