[Touch-packages] [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
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1404884

Title:
  Using PullToRefresh in a secondary page breaks content's position

Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  See the attached example: the first page works fine. Once the pull-to-
  refresh action is triggered, the second page is loaded and its
  contents' offset is wrong (it behaves as if the header was missing).

  If this bug is hard to fix, please advise for a workaround -- I
  couldn't find any.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1404884/+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


[Touch-packages] [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: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Triaged

-- 
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/1404884

Title:
  Using PullToRefresh in a secondary page breaks content's position

Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  See the attached example: the first page works fine. Once the pull-to-
  refresh action is triggered, the second page is loaded and its
  contents' offset is wrong (it behaves as if the header was missing).

  If this bug is hard to fix, please advise for a workaround -- I
  couldn't find any.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1404884/+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


[Touch-packages] [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/+source/ubuntu-ui-toolkit/+bug/1404884/+attachment/4312261/+files/test.qml

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Incomplete = New

-- 
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/1404884

Title:
  Using PullToRefresh in a secondary page breaks content's position

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  See the attached example: the first page works fine. Once the pull-to-
  refresh action is triggered, the second page is loaded and its
  contents' offset is wrong (it behaves as if the header was missing).

  If this bug is hard to fix, please advise for a workaround -- I
  couldn't find any.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1404884/+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


[Touch-packages] [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 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/1404884

Title:
  Using PullToRefresh in a secondary page breaks content's position

Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete

Bug description:
  See the attached example: the first page works fine. Once the pull-to-
  refresh action is triggered, the second page is loaded and its
  contents' offset is wrong (it behaves as if the header was missing).

  If this bug is hard to fix, please advise for a workaround -- I
  couldn't find any.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1404884/+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