Merge lp:~zsombi/ubuntu-ui-toolkit/listItemHandleUnacceptedMouseEvent into lp:ubuntu-ui-toolkit/staging
Status: | Merged |
---|---|
Approved by: | Christian Dywan on 2015-09-01 |
Approved revision: | 1620 |
Merged at revision: | 1622 |
Proposed branch: | lp:~zsombi/ubuntu-ui-toolkit/listItemHandleUnacceptedMouseEvent |
Merge into: | lp:ubuntu-ui-toolkit/staging |
Diff against target: |
121 lines (+35/-18) 4 files modified
src/Ubuntu/Components/plugin/uclistitem.cpp (+6/-16) src/Ubuntu/Components/plugin/uclistitem_p.h (+1/-1) tests/unit_x11/tst_components/ListItemTestCase.qml (+1/-0) tests/unit_x11/tst_components/tst_listitem_extras.qml (+27/-1) |
To merge this branch: | bzr merge lp:~zsombi/ubuntu-ui-toolkit/listItemHandleUnacceptedMouseEvent |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot | continuous-integration | Approve on 2015-09-01 | |
Christian Dywan | 2015-08-31 | Approve on 2015-08-31 | |
Review via email:
|
Commit message
Fix ListItem swipe handling when gesture is initiated over an overlay MouseArea which does not accept pressed event.
PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:1620
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
That makes a whole lot of sense. A MouseArea really shouldn't have a say in accepting the swipe handling.