[TIMOB-1757] Android: Unable to scroll field with multiple lines
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:57:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, defect, regression |
Reporter | Thomas Huelbert |
Assignee | Don Thorp |
Created | 2011-04-15T03:01:27.000+0000 |
Updated | 2011-04-17T01:57:05.000+0000 |
Description
1.Views>scroll views>scroll views text area
2.enter multiple lines in the field (enough to warrant
scrolling)
3.move focus to another field, then try to scroll the field in step
2
results: the entire field shows focus, but cannot scroll the lines up or down
This seems to be an issue with the size of the control in the test. It's possible that it was caused by an OOM earlier in the test process.
Could not duplicate.