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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1419667 Title: [DatePicker] pathItemCount binding loop when using DatePicker To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1419667/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs