Comment 0 for bug 1233402

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

The Tabs element on the qml tree has a property selectedTabIndex. Previously, we used that on the autopilot emulator to find the currently selected tab, because the order of tabs on the tree was the same as the order in which the tabs were defined.

Now the order is not the same, and we don't have a way to know which one is the currently selected tab.