Re: [SailfishDevel] RegExpValidator - different behaviour between Emulator and Jolla device

2015-01-21 Thread Thomas Amler
That did the trick. Thank you very much! :-) Am 21.01.2015 15:11, schrieb Pekka Vuorela: ke, 2015-01-21 kello 15:02 +0100, Thomas Amler kirjoitti: Hi, I have a problem concerning the RegExpValidator of a TextField. This is the code: TextField { id:

[SailfishDevel] RegExpValidator - different behaviour between Emulator and Jolla device

2015-01-21 Thread Thomas Amler
Hi, I have a problem concerning the RegExpValidator of a TextField. This is the code: TextField { id: cameraManufacturer width: parent.width label: qsTr(Manufacturer) placeholderText: label text:

Re: [SailfishDevel] RegExpValidator - different behaviour between Emulator and Jolla device

2015-01-21 Thread Pekka Vuorela
ke, 2015-01-21 kello 15:02 +0100, Thomas Amler kirjoitti: Hi, I have a problem concerning the RegExpValidator of a TextField. This is the code: TextField { id: cameraManufacturer width: parent.width label:

Re: [SailfishDevel] RegExpValidator - different behaviour between Emulator and Jolla device

2015-01-21 Thread Andrey Kozhevnikov
This is caused because if predictive text input. Text is not commited to component until word separator entered, word is choosed or focus is lost. 21.01.2015 19:02, Thomas Amler пишет: Hi, I have a problem concerning the RegExpValidator of a TextField. This is the code: