← Back to team overview

touch-packages team mailing list archive

[Bug 1489591] Re: head sections on the left side of an AdaptivePageLayout 'leak' onto the right side instead of scrolling

 

I bumped into this bug some days ago.

Actually the issue seems more generic: all the pages should be clipped
when pushed inside the AdaptivePageLayout.

I wrote an "interactive" example (attached to this comment):
Swipe the ListItem to left, swipe it back to the original position, hit the button (push a page in the second column) and swipe the new ListItem to right.
Each page will occupy the space that in theory is reserved to the other page.

This is easily workaround-able by adding 'clip: true' in the QML document that contains a page.
However I think that AdaptivePageLayout should do it by its own, in its "addWrappedPage(pageWrapper)" function[1].

[1] Since the issue is due to the particular layout applied to the
Pages; and AdaptivePageLayout already changes the settings of the Page
when it appends the 'Back' action to the header.


** Attachment added: "Example of the issue (using ListItem)"
   https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1489591/+attachment/4551815/+files/Main.qml

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

Title:
  head sections on the left side of an AdaptivePageLayout 'leak' onto
  the right side instead of scrolling

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

Bug description:
  When using many head sections on a page in the left side of an
  AdaptivePageLayout they 'leak' into the right side instead of
  scrolling, an example can be found here [0]

  0 - http://pastebin.ubuntu.com/12208674/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1489591/+subscriptions


References