[Touch-packages] [Bug 1576302] Re: Cannot use keyboard to navigate the UITK gallery in single-column mode

2016-11-23 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Tim Peeters (tpeeters) => (unassigned)

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

Title:
  Cannot use keyboard to navigate the UITK gallery in single-column mode

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Start the UITK gallery, and resize the window to have a single column.

  Now, with TAB change focus between the header, and the ListView with
  that list the different Pages with components. But it is not possible
  when the ListView has focus, to use the arrow keys to select a
  ListItem, and then press ENTER/SPACE to open that page, because
  pressing the arrow (up/down) key automatically triggers the ListItem
  (onClicked?) and opens the Page. So only the first Page (ActionBar)
  can be opened using keyboard navigation when you have only one column.

  UX Fix:
  In a single column view only the arrow keys for selection should be turned 
off and just move up and down the list, to select enter should be used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1576302/+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 1576302] Re: Cannot use keyboard to navigate the UITK gallery in single-column mode

2016-10-10 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

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

Title:
  Cannot use keyboard to navigate the UITK gallery in single-column mode

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Start the UITK gallery, and resize the window to have a single column.

  Now, with TAB change focus between the header, and the ListView with
  that list the different Pages with components. But it is not possible
  when the ListView has focus, to use the arrow keys to select a
  ListItem, and then press ENTER/SPACE to open that page, because
  pressing the arrow (up/down) key automatically triggers the ListItem
  (onClicked?) and opens the Page. So only the first Page (ActionBar)
  can be opened using keyboard navigation when you have only one column.

  UX Fix:
  In a single column view only the arrow keys for selection should be turned 
off and just move up and down the list, to select enter should be used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1576302/+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 1576302] Re: Cannot use keyboard to navigate the UITK gallery in single-column mode

2016-05-30 Thread Tim Peeters
** Description changed:

  Start the UITK gallery, and resize the window to have a single column.
  
- Now, with TAB you can navigate between the actions in the header, and
- the ListView with that list the different Pages with components. But it
- is not possible to use the arrow keys to select a ListItem, and then
- press ENTER/SPACE to open that page, because pressing the arrow
+ Now, with TAB change focus between the header, and the ListView with
+ that list the different Pages with components. But it is not possible
+ when the ListView has focus, to use the arrow keys to select a ListItem,
+ and then press ENTER/SPACE to open that page, because pressing the arrow
  (up/down) key automatically triggers the ListItem (onClicked?) and opens
  the Page. So only the first Page (ActionBar) can be opened using
  keyboard navigation when you have only one column.
  
- UX Fix: 
+ UX Fix:
  In a single column view only the arrow keys for selection should be turned 
off and just move up and down the list, to select enter should be used.

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

Title:
  Cannot use keyboard to navigate the UITK gallery in single-column mode

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Start the UITK gallery, and resize the window to have a single column.

  Now, with TAB change focus between the header, and the ListView with
  that list the different Pages with components. But it is not possible
  when the ListView has focus, to use the arrow keys to select a
  ListItem, and then press ENTER/SPACE to open that page, because
  pressing the arrow (up/down) key automatically triggers the ListItem
  (onClicked?) and opens the Page. So only the first Page (ActionBar)
  can be opened using keyboard navigation when you have only one column.

  UX Fix:
  In a single column view only the arrow keys for selection should be turned 
off and just move up and down the list, to select enter should be used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1576302/+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 1576302] Re: Cannot use keyboard to navigate the UITK gallery in single-column mode

2016-05-27 Thread Zsombor Egri
Hold on ListView navigation is possibl eONLY if the ListView is
focused. If the focused item is a Header action, the up/down keys will
NOT be captured by the ListView. It is illogical that up/down keys
should be grabbed by the ListView even if it has no focus.

Enter/Return/Space key handling si in a separate MR. Should the Space
key also act as Enter on ListItems? Or only on Buttons?

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

Title:
  Cannot use keyboard to navigate the UITK gallery in single-column mode

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Start the UITK gallery, and resize the window to have a single column.

  Now, with TAB you can navigate between the actions in the header, and
  the ListView with that list the different Pages with components. But
  it is not possible to use the arrow keys to select a ListItem, and
  then press ENTER/SPACE to open that page, because pressing the arrow
  (up/down) key automatically triggers the ListItem (onClicked?) and
  opens the Page. So only the first Page (ActionBar) can be opened using
  keyboard navigation when you have only one column.

  UX Fix: 
  In a single column view only the arrow keys for selection should be turned 
off and just move up and down the list, to select enter should be used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1576302/+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 1576302] Re: Cannot use keyboard to navigate the UITK gallery in single-column mode

2016-05-27 Thread Femma
** Description changed:

  Start the UITK gallery, and resize the window to have a single column.
  
  Now, with TAB you can navigate between the actions in the header, and
  the ListView with that list the different Pages with components. But it
  is not possible to use the arrow keys to select a ListItem, and then
  press ENTER/SPACE to open that page, because pressing the arrow
  (up/down) key automatically triggers the ListItem (onClicked?) and opens
  the Page. So only the first Page (ActionBar) can be opened using
  keyboard navigation when you have only one column.
+ 
+ UX Fix: 
+ In a single column view only the arrow keys for selection should be turned 
off and just move up and down the list, to select enter should be used.

** Changed in: ubuntu-ux
   Status: New => Fix Committed

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

Title:
  Cannot use keyboard to navigate the UITK gallery in single-column mode

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Start the UITK gallery, and resize the window to have a single column.

  Now, with TAB you can navigate between the actions in the header, and
  the ListView with that list the different Pages with components. But
  it is not possible to use the arrow keys to select a ListItem, and
  then press ENTER/SPACE to open that page, because pressing the arrow
  (up/down) key automatically triggers the ListItem (onClicked?) and
  opens the Page. So only the first Page (ActionBar) can be opened using
  keyboard navigation when you have only one column.

  UX Fix: 
  In a single column view only the arrow keys for selection should be turned 
off and just move up and down the list, to select enter should be used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1576302/+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 1576302] Re: Cannot use keyboard to navigate the UITK gallery in single-column mode

2016-05-27 Thread Femma
** Changed in: ubuntu-ux
   Importance: Undecided => Medium

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

Title:
  Cannot use keyboard to navigate the UITK gallery in single-column mode

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

Bug description:
  Start the UITK gallery, and resize the window to have a single column.

  Now, with TAB you can navigate between the actions in the header, and
  the ListView with that list the different Pages with components. But
  it is not possible to use the arrow keys to select a ListItem, and
  then press ENTER/SPACE to open that page, because pressing the arrow
  (up/down) key automatically triggers the ListItem (onClicked?) and
  opens the Page. So only the first Page (ActionBar) can be opened using
  keyboard navigation when you have only one column.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1576302/+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 1576302] Re: Cannot use keyboard to navigate the UITK gallery in single-column mode

2016-04-29 Thread Femma
** Changed in: ubuntu-ux
 Assignee: (unassigned) => Femma (femma)

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

Title:
  Cannot use keyboard to navigate the UITK gallery in single-column mode

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

Bug description:
  Start the UITK gallery, and resize the window to have a single column.

  Now, with TAB you can navigate between the actions in the header, and
  the ListView with that list the different Pages with components. But
  it is not possible to use the arrow keys to select a ListItem, and
  then press ENTER/SPACE to open that page, because pressing the arrow
  (up/down) key automatically triggers the ListItem (onClicked?) and
  opens the Page. So only the first Page (ActionBar) can be opened using
  keyboard navigation when you have only one column.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1576302/+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 1576302] Re: Cannot use keyboard to navigate the UITK gallery in single-column mode

2016-04-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Cannot use keyboard to navigate the UITK gallery in single-column mode

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

Bug description:
  Start the UITK gallery, and resize the window to have a single column.

  Now, with TAB you can navigate between the actions in the header, and
  the ListView with that list the different Pages with components. But
  it is not possible to use the arrow keys to select a ListItem, and
  then press ENTER/SPACE to open that page, because pressing the arrow
  (up/down) key automatically triggers the ListItem (onClicked?) and
  opens the Page. So only the first Page (ActionBar) can be opened using
  keyboard navigation when you have only one column.

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