Comment 1 for bug 1361744

Revision history for this message
Arto Jalkanen (ajalkane) wrote :

I'm pretty sure this used to work. I suspect this is SDK related bug, could one of the SDK guys take a look?

Basically it seems the focus property in Ubuntu's TextField component is not working. FileManager has code like this:

    TextField {
        id: input
        objectName: "inputField"
        focus: true
    }

But when creating that component this TextField does not have focus.