That sounds like a separate issue. Please report a new bug for that.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Triaged => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404884
That behavior can be seen in many other cases when you simply use a
ListView without any PullToRefresh. That is somehow related to the
Header functionality, so I forward this to Tim.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Tim Peeters (tpeeters)
** Changed in: ubu
Ah, thanks, that worked to some extent. However, now the contents are scrolled
leaving some whitespace above them (which goes away as soon as I click on the
LitsView).
I'm attaching the modified code which shows the issue.
** Attachment added: "test.qml"
https://bugs.launchpad.net/ubuntu/+so
As both ListViews use the same model, you must disable the one from
page0, otherwise they both will control the header.
And probably you could use UbuntuListView, which has a built-in
PullToRefresh control.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Incomplete
--
You receiv