touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #131321
[Bug 1534674] Re: [AdaptivePageLayout] Add function to return the top Page of a PageColumn
The logic doesn't really allow you to push pages to a given column, only
to the next column. It is against the UX guidelines.
--
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/1534674
Title:
[AdaptivePageLayout] Add function to return the top Page of a
PageColumn
Status in ubuntu-ui-toolkit package in Ubuntu:
Triaged
Bug description:
Add a function that will return a reference to the top Page object in
a specific PageColumn.
Suggestion:
getPageInColumn(int columnIndex)
Use Case:
In uReadIt I have at most a 3-column layout. I would like a user
action on an item in the first column to add a Page to the 3rd column.
This requires knowing the current page in the 2nd column in order to
call pageStack.addPageToNextColumn(secondPage, "SourcePage.qml").
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1534674/+subscriptions
References