Bug: can't select text from Silica TextField if it's readonly [answered]
Seems that text selection doesn't work when a TextField
is readonly.
I have the following code:
TextField {
text: "hello world"
readOnly: true
background: Item {
anchors.fill: parent
}
}
And long-pressing the text doesn't do anything at all. As soon as I set readOnly
to false
it starts working.
May be related to https://together.jolla.com/question/832/system-wide-clipboard-copy-paste-capability/
Mohjive ( 2014-01-03 14:06:38 +0200 )edit