Merge lp:~renatofilho/address-book-app/fix-1312263 into lp:address-book-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Merged at revision: 175
Proposed branch: lp:~renatofilho/address-book-app/fix-1312263
Merge into: lp:address-book-app
Diff against target: 15 lines (+5/-0)
1 file modified
src/imports/ContactEdit/EditToolbar.qml (+5/-0)
To merge this branch: bzr merge lp:~renatofilho/address-book-app/fix-1312263
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+217129@code.launchpad.net

Commit message

Avoid the click on edit toolbar get stole by elements on Flickable area.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

* Are there any related MPs required for this MP to build/function as expected? NO
* Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes): YES
* Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator? YES
* Did you successfully run all tests found in your component's Test Plan on device or emulator? YES
* If you changed the UI, was the change specified/approved by design? N/A
* If you changed the packaging (debian), did you subscribe a core-dev to this MP? N/A

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/imports/ContactEdit/EditToolbar.qml'
2--- src/imports/ContactEdit/EditToolbar.qml 2013-11-13 00:17:22 +0000
3+++ src/imports/ContactEdit/EditToolbar.qml 2014-04-24 20:08:48 +0000
4@@ -29,6 +29,11 @@
5
6 color: "gray"
7
8+ // WORKAROUND: avoid the mouse click get stolen by the Flickable area
9+ MouseArea {
10+ anchors.fill: parent
11+ }
12+
13 Button {
14 id: reject
15 objectName: "reject"

Subscribers

People subscribed via source and target branches