This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1
---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium
[ Tim Peeters ]
* Add delegate property to ActionBar.
* Introduce PageHeader component.
* Add header propert
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/pickerProblems
--
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 no
And yes, there's no easy way to fix it. The only way we can fix is to
drive the height through a property. We cannot even create a delegate to
know its height. And in any case, the fixed highlight height does not
allow us to create bigger delegates than the default one.
--
You received this bug n
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, p
** Summary changed:
- [DatePicker] 2 warnings in tst_focus.qml
+ [DatePicker] pathItemCount binding loop when using DatePicker
--
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:
[DatePick