I think I found the root cause of this bug: the PathView behaviour has been changed in 5.4.x. Previously PathView was creating all the items in the model, but now it behaves exactly as ListView, creating only the visible items. Which in turn causes binding loop in the number of items calculation, pathItemCount being the property which drives the amount to be created. We calculate the item number based on the created item's height, which in turn causes binding loop...
-- 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/1419667 Title: [DatePicker] pathItemCount binding loop when using DatePicker Status in ubuntu-ui-toolkit package in Ubuntu: Confirmed Bug description: New problem with the latest UITK: --- tst_focus.qml: QWARN : components::FocusingTests::test_0_transfer_focus(PickerPanel) file:///build/buildd/ubuntu-ui-toolkit-1.1.1403+15.04.20150206/modules/Ubuntu/Components/Pickers/Picker.qml:280:9: QML PathView: Binding loop detected for property "pathItemCount" tst_focus.qml: QWARN : components::FocusingTests::test_0_transfer_focus(PickerPanel) file:///build/buildd/ubuntu-ui-toolkit-1.1.1403+15.04.20150206/modules/Ubuntu/Components/Pickers/Picker.qml:280:9: QML PathView: Binding loop detected for property "pathItemCount" ... (not sure if binding loops are related, no other indications of something being out of ordinary reported) ... tst_focus.qml: Totals: 17 passed, 0 failed, 1 skipped, 0 blacklisted tst_focus.qml: ********* Finished testing of components ********* tst_focus.qml: Shutting down DBus daemon: Shutdown Error: 2 warnings in tst_focus.qml tst_focus.qml exited with 666 Makefile:356: recipe for target 'check' failed --- https://launchpadlibrarian.net/197084020/buildlog_ubuntu-vivid-amd64 .ubuntu-ui- toolkit_1.1.1403%2B15.04.20150206-0ubuntu2~test1_FAILEDTOBUILD.txt.gz Interestingly while i386 and amd64 fail, armhf succeeds. https://wiki.ubuntu.com/Touch/QtTesting To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1419667/+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