diff -Nru ubuntu-system-settings-0.3+15.04.20150508/debian/changelog ubuntu-system-settings-0.3+15.04.20150511/debian/changelog --- ubuntu-system-settings-0.3+15.04.20150508/debian/changelog 2015-05-11 11:13:01.000000000 +0000 +++ ubuntu-system-settings-0.3+15.04.20150511/debian/changelog 2015-05-11 11:13:02.000000000 +0000 @@ -1,3 +1,9 @@ +ubuntu-system-settings (0.3+15.04.20150511-ppa5) vivid; urgency=medium + + * fix name focus failure + + -- Jonas G. Drange Mon, 11 May 2015 13:04:44 +0200 + ubuntu-system-settings (0.3+15.04.20150508-ppa4) vivid; urgency=medium * if no preferred contexts, we set the active one as preferred for the user diff -Nru ubuntu-system-settings-0.3+15.04.20150508/plugins/cellular/PageApnEditor.qml ubuntu-system-settings-0.3+15.04.20150511/plugins/cellular/PageApnEditor.qml --- ubuntu-system-settings-0.3+15.04.20150508/plugins/cellular/PageApnEditor.qml 2015-05-11 11:13:01.000000000 +0000 +++ ubuntu-system-settings-0.3+15.04.20150511/plugins/cellular/PageApnEditor.qml 2015-05-08 15:02:28.000000000 +0000 @@ -189,6 +189,8 @@ placeholderText: i18n.tr("Enter a name describing the APN") next: accessPointName Component.onCompleted: forceActiveFocus() + onActiveFocusChanged: if (activeFocus) Editor.makeMeVisible( + name) } }