[TIMOB-10968] Android: Textfield - Clicking on 'Enable' toggle button does not disable the textfield and does not bring keyboard down.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-01T22:03:11.000+0000 |
Affected Version/s | Release 2.1.3 |
Fix Version/s | n/a |
Components | Android |
Labels | linvalid, qe-and090112 |
Reporter | Anshu Mittal |
Assignee | Eric Merriman |
Created | 2012-09-19T00:34:08.000+0000 |
Updated | 2017-05-02T21:44:57.000+0000 |
Description
Clicking on 'Enable' toggle button does not disable the textfield and does not bring keyboard down. This issue occurs on the devices with Android version lesser than 3.0.
This is not regression since the issue occurs on 2.1.2 GA as well.
Steps to reproduce:
1. Go to Kitchensink> Controls> Textfield> The Rest.
2. Click on the textfield. The textfield should be enabled and keyboard should pop up.
3. Click the button 'Enabled' two times(another bug is logged for it). The textfield seems disabled(opacity changes).
Actual:
The keyboard is up and if you type something, it's being typed into textfield.
Expected:
The textfield is disabled. So, keyboard should be down and user should not be able to type anything into it.
Resolving ticket as invalid as this version of Kitchen Sink is no longer supported.