[TIMOB-2680] Android: 2.3, scrollViews text area - hint text appears then disimisses, no hints but hint bar still up
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-05-17T15:09:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.7.0 |
Components | Android |
Labels | 2.3, android, defect, hinttext, keyboard, reported-1.5.1 |
Reporter | Thomas Huelbert |
Assignee | Don Thorp |
Created | 2011-04-15T03:26:49.000+0000 |
Updated | 2011-05-17T15:09:06.000+0000 |
Description
1.5.1 + hvga skinned 2.3 emulator. Not seen in 2.2
1.Base UI > views > scroll views > scroll views text
area
2.click into a text field
3.note the keyboard and hint text behavior
results:keyboard pops up,. hint text appears and the content
then dissapear, but leave the hint text bar up.
expected: populated hint bar or no hint bar?
screen shot
https://skitch.com/thomashue/rg28f/5560-titanium-15-hvga">https://skitch.com/thomashue/rg28f/5560-titanium-15-hvga
Seeing a lot of these UI discrepancies in the 2.3 emulator, it seems to be buggy in general. This looks great on Nexus S -- my guess is Google has quite a few known UI bugs in the current version of the emulator. Thomas, kicking back to you for verification that it works on device.. not sure what else we can do with core tooling problems like this.
This seems like expected behavior. If you have hint text and click somewhere in the hint text, suggestions are presented. If you click at the end of the line after "textarea" it is true that the hintbar will populate then go blank. however, if you clear the field and type textarea, the hint bar only has "textarea" since "textarea" is not technically a valid word. If you clear the field and put some other non-word in the field, then place the insertion point at the end of that word, the same behavior as seen is this bug is noted.
Closing as invalid with Thomas' and Don's blessing.