Comment 1 for bug 1532953

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

It appears the TextField component attempts to set activeFocusOnPress to false on all the children of its primaryItem and secondaryItem. This doesn’t work for plain QtQuick items, which don’t have this Ubuntu-specific property. The code should probably check for the existence of the property before trying to set it.