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.
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1532953 Title: Error: Cannot assign to non-existent property "activeFocusOnPress" Status in ubuntu-ui-toolkit package in Ubuntu: New Bug description: When launching webbrowser-app on the latest rc-proposed touch images, I’m seeing the following errors in the console: file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/1.3/TextField.qml:926: Error: Cannot assign to non-existent property "activeFocusOnPress" file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/1.3/TextField.qml:902: Error: Cannot assign to non-existent property "activeFocusOnPress" I’ve been seeing those for a few weeks now, but forgot to report the bug until now, as browser functionality doesn’t seem to be degraded. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1532953/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp