I might have found a bug in a the component TextField in the Harmattan version:
The code below should output the textField text when ever I change the text (change a letter). This works fine on my desktop system (Ubuntu), but fails on the N950 device, PR1.1 as well as on beta2:
I figured out this works fine when I set the echoMode to anything but "Normal":Code:TextField { onTextChanged: { console.log(text) } }
Can somebody confirm this?Code:echoMode: TextInput.Password
As a workaround I figured out I can use the mode "PasswordEchoOnEdit".
According to http://harmattan-dev.nokia.com/docs/...#echoMode-prop this should show asterixes on all but the last letter. How ever for me it always shows all letters (N950 as well as on desktop system).
So, is that even another bug?

Reply With Quote


