Activity log for bug #1374643

Date Who What changed Old value New value Message
2014-09-26 22:55:30 Filippo Scognamiglio bug added bug
2014-09-26 22:58:29 Filippo Scognamiglio description Adding an action to ListItemWithActions with enabled set to false is not behaivng as expected. Setting it to false should disable the action, but the property is ignored and the onTriggered event is called anyway. I'm attaching the simple test which is causing me troubles in the terminal app. If you want I can work on the issue but I need to know how to manage it from the UI/UX perspective (Simply hiding action, changing the color). ListItemWithActions{ width: parent.width height: units.gu(10) Label{ text: "Terminal" } leftSideAction: Action { iconName: "delete" text: i18n.tr("Delete") enabled: terminalTabs.length !== 1 onTriggered: { deleteTab(index); } } Adding an action to ListItemWithActions with enabled set to false is not behaivng as expected. Setting it to false should disable the action, but the property is ignored and the onTriggered event is called anyway. I'm attaching the simple test which is causing me troubles in the terminal app. If you want I can work on the issue but I need to know how to manage it from the UI/UX perspective (Simply hiding the action, changing the color). ListItemWithActions{     width: parent.width     height: units.gu(10)     Label{         text: "Terminal"     }     leftSideAction: Action {     iconName: "delete"     text: i18n.tr("Delete")     enabled: terminalTabs.length !== 1     onTriggered: {         deleteTab(index);     } }
2015-05-12 18:10:44 Renato Araujo Oliveira Filho address-book-app: importance Undecided Low
2015-07-15 15:56:26 Renato Araujo Oliveira Filho bug task added address-book-app (Ubuntu)
2015-07-15 15:56:33 Renato Araujo Oliveira Filho address-book-app (Ubuntu): importance Undecided Low
2015-10-12 10:17:08 Sebastien Bacher bug task deleted address-book-app