Shikhar13 / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

Codename One Live for Blackberry login field too short #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
The login screen has a very small single line textfield that attempts to wraps 
at 10 characters, but from that point on you're typing blindly.  Next, if you 
get your login credentials wrong, it wipes out both email and password so it 
has to be typed back in again from scratch.

What version of the product are you using? On what operating system?
Codename One Live 1.0 on Blackberry Bold 9790

Original issue reported on code.google.com by 1815...@coolman.ca on 5 Apr 2012 at 3:59

GoogleCodeExporter commented 9 years ago
Continuing on the login screen, I believe there is an issue with the password 
field as well, the cursor is staying at the beginning of the field, so it 
appears my password is being submitted backwards.  As a workaround, I reset the 
focus using the trackpad for each character of my password, then it finally 
accepted it.

But then, after login, I got a message: java.io.EOFException: null.  

I have resource editor 20120325 running with Live Preview enabled during this 
test.  This is as far as I can get.

Original comment by 1815...@coolman.ca on 5 Apr 2012 at 4:09

GoogleCodeExporter commented 9 years ago
Regarding comment 1, I put together a little test project for password fields 
on Blackberry and verified they are working fine, just the cursor stays at the 
start.   

Original comment by 1815...@coolman.ca on 6 Apr 2012 at 5:00