Merge lp:~renatofilho/address-book-app/fix-click-to-select into lp:address-book-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Arthur Mello
Approved revision: 582
Merged at revision: 586
Proposed branch: lp:~renatofilho/address-book-app/fix-click-to-select
Merge into: lp:address-book-app
Diff against target: 24 lines (+2/-2)
1 file modified
src/imports/Ubuntu/Contacts/ListItemWithActions.qml (+2/-2)
To merge this branch: bzr merge lp:~renatofilho/address-book-app/fix-click-to-select
Reviewer Review Type Date Requested Status
Arthur Mello (community) Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+294941@code.launchpad.net

Commit message

Make sure that click on check box select a contact during the multi-selection.

To post a comment you must log in.
Revision history for this message
Arthur Mello (artmello) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/imports/Ubuntu/Contacts/ListItemWithActions.qml'
2--- src/imports/Ubuntu/Contacts/ListItemWithActions.qml 2016-02-11 17:32:47 +0000
3+++ src/imports/Ubuntu/Contacts/ListItemWithActions.qml 2016-05-17 17:35:35 +0000
4@@ -253,11 +253,12 @@
5 }
6 }
7
8-
9 Rectangle {
10 id: main
11 objectName: "mainItem"
12
13+ // make sure that this item is behind the mouse area
14+ z: -1
15 anchors {
16 top: parent.top
17 bottom: parent.bottom
18@@ -286,7 +287,6 @@
19 }
20 }
21
22-
23 Item {
24 id: mainContents
25

Subscribers

People subscribed via source and target branches