Merge lp:~vthompson/music-app/force-focus-dialogs into lp:music-app/remix

Proposed by Victor Thompson
Status: Merged
Approved by: Andrew Hayzen
Approved revision: 850
Merged at revision: 850
Proposed branch: lp:~vthompson/music-app/force-focus-dialogs
Merge into: lp:music-app/remix
Diff against target: 24 lines (+4/-0)
2 files modified
common/SongsPage.qml (+2/-0)
music-app.qml (+2/-0)
To merge this branch: bzr merge lp:~vthompson/music-app/force-focus-dialogs
Reviewer Review Type Date Requested Status
Andrew Hayzen Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+253909@code.launchpad.net

Commit message

Force active focus to dialogs

Description of the change

Force active focus to dialogs

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

LGTM :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'common/SongsPage.qml'
2--- common/SongsPage.qml 2015-03-19 19:34:36 +0000
3+++ common/SongsPage.qml 2015-03-24 02:19:42 +0000
4@@ -585,6 +585,8 @@
5 color: styleMusic.dialog.cancelButtonColor
6 onClicked: PopupUtils.close(dialogEditPlaylist)
7 }
8+
9+ Component.onCompleted: playlistName.forceActiveFocus()
10 }
11 }
12
13
14=== modified file 'music-app.qml'
15--- music-app.qml 2015-02-05 22:40:14 +0000
16+++ music-app.qml 2015-03-24 02:19:42 +0000
17@@ -1079,6 +1079,8 @@
18 color: styleMusic.dialog.cancelButtonColor
19 onClicked: PopupUtils.close(dialogNewPlaylist)
20 }
21+
22+ Component.onCompleted: playlistName.forceActiveFocus()
23 }
24 }
25

Subscribers

People subscribed via source and target branches