[TIMOB-9047] Android: Kitchensink - Clicking the enable button does not block for typing and keyboard does not disappear.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-01T21:59:55.000+0000 |
Affected Version/s | Release 2.0.2 |
Fix Version/s | n/a |
Components | Android, iOS |
Labels | n/a |
Reporter | Anshu Mittal |
Assignee | Eric Merriman |
Created | 2012-05-08T05:47:32.000+0000 |
Updated | 2017-05-02T21:41:21.000+0000 |
Description
Click on Enable button second time does not dismiss the keyboard and does not disable the text area. (KitchenSink > Controls > TextField > The Rest)
Steps to Reproduce:
1. Click on text field
2. Press "Enabled" button and check ddms
Expected result
1. Text field should be activated and keyboard should appear
2. Text field should be blocked for typing, and keyboard should disappear. In ddms should see:
[INFO] enabled true
Actual Result:
Clicking the enable button does not block for typing and keyboard does not disappear. In ddms message is: [INFO] enabled undefined.
Resolving ticket as invalid as this version of Kitchen Sink is no longer supported.