[Bug 1404884] Re: Using PullToRefresh in a secondary page breaks content's position

2015-07-27 Thread Tim Peeters
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

[Bug 1404884] Re: Using PullToRefresh in a secondary page breaks content's position

2015-03-07 Thread Zsombor Egri
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

[Bug 1404884] Re: Using PullToRefresh in a secondary page breaks content's position

2015-02-04 Thread Alberto Mardegan
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

[Bug 1404884] Re: Using PullToRefresh in a secondary page breaks content's position

2015-02-04 Thread Zsombor Egri
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