[TIMOB-6533] Android: Text Field: focus and blur behave incorrectly on some devices
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T20:26:18.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Ping Wang |
Assignee | Eric Merriman |
Created | 2011-12-09T11:00:28.000+0000 |
Updated | 2017-05-02T20:26:18.000+0000 |
Description
Steps to reproduce blur issue:
1) KS -> Controls -> Text Field -> Events
2) Click Blur.
3) On Transformer 3.1 and Galaxy 3.1, the keyboard gets blurred and immediately focused and the text shows "blur received, val=".
Expected behavior:
the keyboard gets blurred and the text shows "blur received, val="
Steps to reproduce focus issue:
1) KS -> Controls -> Text Field -> Events
2) Click Blur.
3) Click Focus.
4) On Sensation 2.3.4, Transformer 3.1 and Galaxy 3.1, the text shows "blur received, val=".
Expected behavior:
the text shows "focus received, val=".
Steps to reproduce close issue:
1) KS -> Controls -> Text Field -> Soft Input Focus
2) Click the three text fields one by one.
3) Click Close.
4) On Transformer 3.1 and Galaxy 3.1, the window is closed but the keyboard still shows.
Expected behavior:
the window and keyboard are both closed.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.