Comment 1 for bug 1489591

Revision history for this message
Stefano Verzegnassi (verzegnassi-stefano) wrote :

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.