Activity log for bug #1518420

Date Who What changed Old value New value Message
2015-11-20 18:42:23 Renato Araujo Oliveira Filho bug added bug
2015-11-26 08:26:50 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): importance Undecided Medium
2015-11-26 08:26:54 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): status New Confirmed
2015-11-26 08:27:10 Zsombor Egri tags contextual-actions
2015-12-04 14:20:48 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): status Confirmed In Progress
2015-12-04 14:21:13 Zsombor Egri branch linked lp:~zsombi/ubuntu-ui-toolkit/reset_action_shortcut
2015-12-05 12:42:30 Zsombor Egri description Since all the actions are enabled and active by default (causing the Ambiguous bug#1514856) I implement a workaround in my app to disable action shortcuts if the page is not active. Something like: shortcut: page.active ? "Esc" : "" The problem is, that I am receiving serveral error messages on terminal while running the app: "QML Action: Invalid shortcut:" Since all the actions are enabled and active by default (causing the Ambiguous bug#1514856) I implement a workaround in my app to disable action shortcuts if the page is not active. Something like: shortcut: page.active ? "Esc" : "" The problem is, that I am receiving serveral error messages on terminal while running the app: "QML Action: Invalid shortcut:" --------------------------------- Note: the shortcut (and any property that can be reset) should be cleared/reset using undefined. So the above binding should look like: shortcut: page.active ? "Esc" : undefined Note2: actions added to any ActionItem derived type will automatically activate/deactivate depending on the page or dialog activation. This means that those Actions which are in an inactive Page will not be active, so there will be no need for the above binding.
2015-12-08 15:15:54 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): assignee Zsombor Egri (zsombi)
2015-12-08 15:20:40 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): importance Medium Critical
2015-12-08 15:28:10 Bill Filler bug task added canonical-devices-system-image
2015-12-08 15:28:15 Bill Filler canonical-devices-system-image: milestone ww02-2016
2015-12-08 15:28:21 Bill Filler canonical-devices-system-image: assignee Zoltan Balogh (bzoltan)
2015-12-08 15:28:33 Bill Filler canonical-devices-system-image: importance Undecided Critical
2015-12-08 15:28:37 Bill Filler canonical-devices-system-image: status New In Progress
2015-12-16 10:00:11 Zoltan Balogh ubuntu-ui-toolkit (Ubuntu): status In Progress Fix Committed
2015-12-16 10:00:20 Zoltan Balogh canonical-devices-system-image: status In Progress Fix Committed
2015-12-16 10:00:28 Zoltan Balogh affects ubuntu-ui-toolkit (Ubuntu) ubuntu-ui-toolkit (Ubuntu RTM)
2015-12-16 12:30:34 Ɓukasz Zemczak ubuntu-ui-toolkit (Ubuntu RTM): status Fix Committed Fix Released
2016-01-27 18:33:57 Pat McGowan canonical-devices-system-image: status Fix Committed Fix Released