[Touch-packages] [Bug 1600177] Re: Keyboard Shortcut doesn't work when the action is in the overflow button

2016-12-08 Thread Joan CiberSheep
This also happens:

Having a Main.qml shortcut Ctrl+M works, but not any shortcut in the
pushed Menu.qml

Main.qml (ctrlM works)
leadingActionBar {
numberOfSlots: 1
actions: [
Action {
id: actionSettings
iconName: "navigation-menu"
shortcut: "Ctrl+M"
text: "Menu"
onTriggered: {
Qt.inputMethod.hide();
mainPageStack.push(Qt.resolvedUrl("Menu.qml"))
}
}
]
}

pushed Menu.qml Ctrl B does not work:

leadingActionBar {
numberOfSlots: 1
actions: [
Action {
id: actionSettings
iconName: "back"
text: "Back"
shortcut: "Ctrl+B"
onTriggered: {
onClicked: mainPageStack.pop(pageMenu)
}
}
]
}

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

Title:
  Keyboard Shortcut doesn't work when the action is in the overflow
  button

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  EXPECTED RESULT:
  Performing the keyboard shortcut should trigger the action.

  ACTUAL RESULT:
  Performing the keyboard shortcut does nothing and no indication of an error 
in the log

  STEPS TO REPRODUCE:
  1. Add actions in the trailingActionBar of a page header.
  2. Add keyboard shortcut to these actions i.e. "Ctrl+F"
  3. Set the numberOfSlots property to 1 so that all actions are in the 
overflow button.
  4. Try to perform the keyboard shortcuts

  
  Framework Version: ubuntu-sdk-15.04.5
  Device: Nexus 7 (rc-proposed) and bq E5 HD (OTA 11)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1600177/+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 1600177] Re: Keyboard Shortcut doesn't work when the action is in the overflow button

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

Title:
  Keyboard Shortcut doesn't work when the action is in the overflow
  button

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  EXPECTED RESULT:
  Performing the keyboard shortcut should trigger the action.

  ACTUAL RESULT:
  Performing the keyboard shortcut does nothing and no indication of an error 
in the log

  STEPS TO REPRODUCE:
  1. Add actions in the trailingActionBar of a page header.
  2. Add keyboard shortcut to these actions i.e. "Ctrl+F"
  3. Set the numberOfSlots property to 1 so that all actions are in the 
overflow button.
  4. Try to perform the keyboard shortcuts

  
  Framework Version: ubuntu-sdk-15.04.5
  Device: Nexus 7 (rc-proposed) and bq E5 HD (OTA 11)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1600177/+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 1600177] Re: Keyboard Shortcut doesn't work when the action is in the overflow button

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

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

Title:
  Keyboard Shortcut doesn't work when the action is in the overflow
  button

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  EXPECTED RESULT:
  Performing the keyboard shortcut should trigger the action.

  ACTUAL RESULT:
  Performing the keyboard shortcut does nothing and no indication of an error 
in the log

  STEPS TO REPRODUCE:
  1. Add actions in the trailingActionBar of a page header.
  2. Add keyboard shortcut to these actions i.e. "Ctrl+F"
  3. Set the numberOfSlots property to 1 so that all actions are in the 
overflow button.
  4. Try to perform the keyboard shortcuts

  
  Framework Version: ubuntu-sdk-15.04.5
  Device: Nexus 7 (rc-proposed) and bq E5 HD (OTA 11)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1600177/+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 1600177] Re: Keyboard Shortcut doesn't work when the action is in the overflow button

2016-08-09 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/1600177

Title:
  Keyboard Shortcut doesn't work when the action is in the overflow
  button

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  EXPECTED RESULT:
  Performing the keyboard shortcut should trigger the action.

  ACTUAL RESULT:
  Performing the keyboard shortcut does nothing and no indication of an error 
in the log

  STEPS TO REPRODUCE:
  1. Add actions in the trailingActionBar of a page header.
  2. Add keyboard shortcut to these actions i.e. "Ctrl+F"
  3. Set the numberOfSlots property to 1 so that all actions are in the 
overflow button.
  4. Try to perform the keyboard shortcuts

  
  Framework Version: ubuntu-sdk-15.04.5
  Device: Nexus 7 (rc-proposed) and bq E5 HD (OTA 11)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1600177/+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 1600177] Re: Keyboard Shortcut doesn't work when the action is in the overflow button

2016-07-08 Thread Kugi Eusebio
Yes, when it is not in the overflow the shortcut works

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

Title:
  Keyboard Shortcut doesn't work when the action is in the overflow
  button

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  EXPECTED RESULT:
  Performing the keyboard shortcut should trigger the action.

  ACTUAL RESULT:
  Performing the keyboard shortcut does nothing and no indication of an error 
in the log

  STEPS TO REPRODUCE:
  1. Add actions in the trailingActionBar of a page header.
  2. Add keyboard shortcut to these actions i.e. "Ctrl+F"
  3. Set the numberOfSlots property to 1 so that all actions are in the 
overflow button.
  4. Try to perform the keyboard shortcuts

  
  Framework Version: ubuntu-sdk-15.04.5
  Device: Nexus 7 (rc-proposed) and bq E5 HD (OTA 11)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1600177/+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 1600177] Re: Keyboard Shortcut doesn't work when the action is in the overflow button

2016-07-08 Thread Zsombor Egri
Question: does the action, which is not in the overflow, get triggered
by the shortcut assigned to it? I suspect it does.

The thing is, once the action goes into the overflow, it will be
deactivated as long as the overflow is shown. This is due to
ActionSelectionPopover being used by the overflow, which has its own
ActionContext (PopupContext), which is inactive as long as it is not
getting visible.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Zsombor Egri (zsombi) => 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/1600177

Title:
  Keyboard Shortcut doesn't work when the action is in the overflow
  button

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  EXPECTED RESULT:
  Performing the keyboard shortcut should trigger the action.

  ACTUAL RESULT:
  Performing the keyboard shortcut does nothing and no indication of an error 
in the log

  STEPS TO REPRODUCE:
  1. Add actions in the trailingActionBar of a page header.
  2. Add keyboard shortcut to these actions i.e. "Ctrl+F"
  3. Set the numberOfSlots property to 1 so that all actions are in the 
overflow button.
  4. Try to perform the keyboard shortcuts

  
  Framework Version: ubuntu-sdk-15.04.5
  Device: Nexus 7 (rc-proposed) and bq E5 HD (OTA 11)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1600177/+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 1600177] Re: Keyboard Shortcut doesn't work when the action is in the overflow button

2016-07-08 Thread Pat McGowan
** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Zsombor Egri (zsombi)

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

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

Title:
  Keyboard Shortcut doesn't work when the action is in the overflow
  button

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  EXPECTED RESULT:
  Performing the keyboard shortcut should trigger the action.

  ACTUAL RESULT:
  Performing the keyboard shortcut does nothing and no indication of an error 
in the log

  STEPS TO REPRODUCE:
  1. Add actions in the trailingActionBar of a page header.
  2. Add keyboard shortcut to these actions i.e. "Ctrl+F"
  3. Set the numberOfSlots property to 1 so that all actions are in the 
overflow button.
  4. Try to perform the keyboard shortcuts

  
  Framework Version: ubuntu-sdk-15.04.5
  Device: Nexus 7 (rc-proposed) and bq E5 HD (OTA 11)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1600177/+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