sanyaade-g2g-repos / posit-mobile

Automatically exported from code.google.com/p/posit-mobile
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Pressing enter does not go to the next edittext box #249

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Add find
2.Enter in values
3.Press the enter key

What is the expected output? What do you see instead?
It should jump to the next edittext box. But, it's trying to put a new line 
instead.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by gordonle...@gmail.com on 6 Nov 2011 at 7:41

GoogleCodeExporter commented 9 years ago
Posting patch.

This patch actually does a bit more than fix the jump to the next edittext box. 
It also evens out the edittext boxes. (one of them was longer than the rest) It 
also fixes an unreported bug of the size of the boxes (if you entered in "MM" 
into the edittext, it would break into two lines)

I also broke the Syringes in/out fields into two lines. Finally, I centered 
everything.

Original comment by gordonle...@gmail.com on 6 Nov 2011 at 8:36

Attachments:

GoogleCodeExporter commented 9 years ago
This patch has been incorporated into revision d0816cd91cb8.

Original comment by ram8...@gmail.com on 7 Nov 2011 at 1:38