Comment 1 for bug 1586435

Revision history for this message
Michael Terry (mterry) wrote :

Adding a maliit task, because it contains the following piece of code, which just seems broken to me:

    if (hints == Qt::ImhFormattedNumbersOnly || hints == Qt::ImhDigitsOnly) {
        type = Maliit::NumberContentType;
    }

Thus ubuntu-keyboard never has the information it needs to show the right keyboard.

Changing this in maliit would presumably mean adding a new contentType, which all maliit consumers would have to support (or suffer breakage)... :(