Umang17 / softkeyboard

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

Autoselect suggestion selects suggestions with numbers #261

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable "auto select suggestion"
2. [Using english dictionary] Type EG2 to "test settings" text box

What is the expected output? What do you see instead?
Expected: EG2
Got: SHARE2

So ASK selects automatically suggestion "SHARE" when typing "2". When 
looking at the documentation in the settings "auto select suggestion" 
should only auto select words when pressing space.

What version of the product are you using? On what operating system?
20100119-imaginary (release 15)

Please provide any additional information below:
Auto select suggestion must be enabled.
output from the Device Information application (http://softkeyboard.googlec
ode.com/svn/DeviceInformationDisplay/bin/DeviceInformationDisplay.apk)
Note: If you encountered an application error, include the logcat report
which can be retrieved from the LogCollector (http://android-log-
collector.googlecode.com/files/android-log-collector-1.0.0.apk)

Original issue reported on code.google.com by ssalo...@gmail.com on 21 Jan 2010 at 8:44

GoogleCodeExporter commented 9 years ago
When I implemented that, I thought that auto-selection should be done on any 
non-letter.
I see the problem with that... How about auto-completion on space and 
punctuation?

Original comment by menn...@gmail.com on 22 Jan 2010 at 8:36