Public bug reported:

In several apps (address-book and messaging-app), the Page to which the
BottomEdge is attached depends on the number of columns in
AdaptivePageLayout (APL).

In the description below, we assume that mainPage is the primary page in
the APL and is always displayed in the first column. Depending on the
screen/window size the APL can have 1 or 2 columns, and a detailPage can
be opened from mainPage and is added to the second column.

In 1-column mode, the bottom edge is attached to the current page in the
first column (mainPage or detailPage).

In 2-column mode, the bottom edge is attached to detailPage, and when it
is open it is displayed in the second column.

It must be possible to switch between 1 and 2 columns at any time, and
if the bottom edge was opened in 1-column mode and displayed in the
first column, it should automatically move to the second column when
switching to 2-column mode, and vice versa.

This functionality may already be possible in APL by attaching identical
BottomEdges to the two pages, and when BottomEdge is opened, to add a
BottomEdgePage to the APL so that the APL then automatically moves that
page when switching between layouts. But we need to demonstrate how to
do this with an example in the documentation.

** Affects: ubuntu-ui-toolkit (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  In several apps (address-book and messaging-app), the Page to which the
  BottomEdge is attached depends on the number of columns in
  AdaptivePageLayout (APL).
  
  In the description below, we assume that mainPage is the primary page in
  the APL and is always displayed in the first column. Depending on the
  screen/window size the APL can have 1 or 2 columns, and a detailPage can
  be opened from mainPage and is added to the second column.
  
- In 1-column mode, the bottom edge is attached to mainPage, and when
- bottom edge is open it is displayed in the first (and only) column.
+ In 1-column mode, the bottom edge is attached to the current page in the
+ first column (mainPage or detailPage).
  
  In 2-column mode, the bottom edge is attached to detailPage, and when it
  is open it is displayed in the second column.
  
  It must be possible to switch between 1 and 2 columns at any time, and
  if the bottom edge was opened in 1-column mode and displayed in the
  first column, it should automatically move to the second column when
  switching to 2-column mode, and vice versa.
  
- 
- This functionality may already be possible in APL by attaching identical 
BottomEdges to the two pages, and when BottomEdge is opened, to push a 
BottomEdgePage to the APL so that the APL then automatically moves that page 
when switching between layouts. But we need to demonstrate how to do this with 
an example in the documentation.
+ This functionality may already be possible in APL by attaching identical
+ BottomEdges to the two pages, and when BottomEdge is opened, to add a
+ BottomEdgePage to the APL so that the APL then automatically moves that
+ page when switching between layouts. But we need to demonstrate how to
+ do this with an example in the documentation.

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1603353

Title:
  Move BottomEdge between columns in AdaptivePageLayout

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

Bug description:
  In several apps (address-book and messaging-app), the Page to which
  the BottomEdge is attached depends on the number of columns in
  AdaptivePageLayout (APL).

  In the description below, we assume that mainPage is the primary page
  in the APL and is always displayed in the first column. Depending on
  the screen/window size the APL can have 1 or 2 columns, and a
  detailPage can be opened from mainPage and is added to the second
  column.

  In 1-column mode, the bottom edge is attached to the current page in
  the first column (mainPage or detailPage).

  In 2-column mode, the bottom edge is attached to detailPage, and when
  it is open it is displayed in the second column.

  It must be possible to switch between 1 and 2 columns at any time, and
  if the bottom edge was opened in 1-column mode and displayed in the
  first column, it should automatically move to the second column when
  switching to 2-column mode, and vice versa.

  This functionality may already be possible in APL by attaching
  identical BottomEdges to the two pages, and when BottomEdge is opened,
  to add a BottomEdgePage to the APL so that the APL then automatically
  moves that page when switching between layouts. But we need to
  demonstrate how to do this with an example in the documentation.

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

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to     : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to