Merge lp:~aacid/unity8/playButtonFocus into lp:unity8

Proposed by Albert Astals Cid
Status: Merged
Approved by: Michał Sawicz
Approved revision: 2137
Merged at revision: 2163
Proposed branch: lp:~aacid/unity8/playButtonFocus
Merge into: lp:unity8
Diff against target: 11 lines (+1/-0)
1 file modified
qml/Dash/Previews/PreviewAudioPlayback.qml (+1/-0)
To merge this branch: bzr merge lp:~aacid/unity8/playButtonFocus
Reviewer Review Type Date Requested Status
Michał Sawicz code Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Unity8 CI Bot continuous-integration Needs Fixing
Review via email: mp+282990@code.launchpad.net

Commit message

Audio Preview Button: Don't gain focus on press

That makes the bigger preview scroll into it which given the audio preview contains the whole list of icons doesn't really make sense, the focus code was more towards editable fieldst

Description of the change

 * Are there any related MPs required for this MP to build/function as expected?
No

 * Did you perform an exploratory manual test run of your code change and any related functionality?
Yes

 * Did you make sure that your branch does not contain spurious tags?
Yes

 * If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
N/A

 * If you changed the UI, has there been a design review?
N/A

To post a comment you must log in.
Revision history for this message
Unity8 CI Bot (unity8-ci-bot) wrote :

FAILED: Continuous integration, rev:2137
https://unity8-jenkins.ubuntu.com/job/lp-unity8-1-ci/122/
Executed test runs:

Click here to trigger a rebuild:
https://unity8-jenkins.ubuntu.com/job/lp-unity8-1-ci/122/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:2137
http://jenkins.qa.ubuntu.com/job/unity8-ci/7091/
Executed test runs:
    UNSTABLE: http://jenkins.qa.ubuntu.com/job/generic-deb-autopilot-vivid-touch/6058
    FAILURE: http://jenkins.qa.ubuntu.com/job/generic-deb-autopilot-xenial-touch/506/console
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-vivid/1796
    UNSTABLE: http://jenkins.qa.ubuntu.com/job/unity8-qmluitest-xenial-amd64/499
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity8-vivid-amd64-ci/1691
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity8-vivid-i386-ci/1691
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity8-xenial-amd64-ci/498
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity8-xenial-i386-ci/497
    UNSTABLE: http://jenkins.qa.ubuntu.com/job/generic-deb-autopilot-runner-vivid-touch/4679
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-vivid-armhf/6069
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-vivid-armhf/6069/artifact/work/output/*zip*/output.zip
    SUCCESS: http://s-jenkins.ubuntu-ci:8080/job/touch-flash-device/26741
    FAILURE: http://jenkins.qa.ubuntu.com/job/generic-deb-autopilot-runner-xenial-touch/246/console
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-xenial-armhf/504
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-xenial-armhf/504/artifact/work/output/*zip*/output.zip
    SUCCESS: http://s-jenkins.ubuntu-ci:8080/job/touch-flash-device/26740

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/unity8-ci/7091/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Michał Sawicz (saviq) wrote :

 * Did you perform an exploratory manual test run of the code change and any related functionality?
Cimi is testing in silo

 * Did CI run pass? If not, please explain why.
Fixes in other branches

 * Did you make sure that the branch does not contain spurious tags?
Y

review: Approve (code)
Revision history for this message
Michał Sawicz (saviq) wrote :

Approving per cimi's silo testing

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Dash/Previews/PreviewAudioPlayback.qml'
2--- qml/Dash/Previews/PreviewAudioPlayback.qml 2015-12-01 14:02:21 +0000
3+++ qml/Dash/Previews/PreviewAudioPlayback.qml 2016-01-18 17:16:07 +0000
4@@ -71,6 +71,7 @@
5 width: trackRow.column1Width
6 height: width
7 iconSource: DashAudioPlayer.playing && trackItem.isPlayingItem ? "image://theme/media-playback-pause" : "image://theme/media-playback-start"
8+ activeFocusOnPress: false
9
10 // Can't be "transparent" or "#00xxxxxx" as the button optimizes away the surrounding shape
11 // FIXME when this is resolved: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1251685

Subscribers

People subscribed via source and target branches