Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 25667ea3beb7fd9832975c8d5ecb1b60 > files > 24

sddm-0.14.0-13.2.mga6.src.rpm

Index: sddm-0.12.0/components/2.0/PasswordBox.qml
===================================================================
--- sddm-0.12.0/components/2.0/PasswordBox.qml
+++ sddm-0.12.0/components/2.0/PasswordBox.qml	2015-11-05 20:17:27.086855176 +0100
@@ -59,6 +59,13 @@
         echoMode: TextInput.Password
 
         focus: true
+        // workaround to enable autofocus on an input field in sddm-greeter
+        Timer { 
+            interval: 200 
+            running: true 
+            onTriggered: txtMain.forceActiveFocus() 
+        }
+
     }
 
     Image {