[Touch-packages] [Bug 1532953] Re: Error: Cannot assign to non-existent property "activeFocusOnPress"

2016-04-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Fix Committed => Fix Released -- 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:

[Touch-packages] [Bug 1532953] Re: Error: Cannot assign to non-existent property "activeFocusOnPress"

2016-03-19 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Status: New => Fix Committed ** Changed in: canonical-devices-system-image Importance: Undecided => Low ** Changed in:

[Touch-packages] [Bug 1532953] Re: Error: Cannot assign to non-existent property "activeFocusOnPress"

2016-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit - 1.3.1872+16.04.20160308-0ubuntu1 --- ubuntu-ui-toolkit (1.3.1872+16.04.20160308-0ubuntu1) xenial; urgency=medium [ Timo Jyrinki ] * Fix gles unit test skipping. * Add s390x to the unit test skipping architectures * UITK

[Touch-packages] [Bug 1532953] Re: Error: Cannot assign to non-existent property "activeFocusOnPress"

2016-01-26 Thread Olivier Tilloy
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Low -- You received this bug notification because

[Touch-packages] [Bug 1532953] Re: Error: Cannot assign to non-existent property "activeFocusOnPress"

2016-01-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/ubuntu-ui-toolkit/child-activeFocusOnPress -- 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

[Touch-packages] [Bug 1532953] Re: Error: Cannot assign to non-existent property "activeFocusOnPress"

2016-01-11 Thread Olivier Tilloy
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

[Touch-packages] [Bug 1532953] Re: Error: Cannot assign to non-existent property "activeFocusOnPress"

2016-01-11 Thread Olivier Tilloy
I can easily reproduce the error with the following standalone example: import QtQuick 2.4 import Ubuntu.Components 1.3 TextField { primaryItem: Item {} } -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed