[TIMOB-8277] MobileWeb: TextField: When "Editable" is set to off, adding or deleting a character adds and then delete instead of doing nothing
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2012-08-13T11:36:14.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2012-16 API |
Components | MobileWeb |
Labels | qe-mw020912 |
Reporter | Natalie Huynh |
Assignee | Bryan Hughes |
Created | 2012-03-24T12:06:19.000+0000 |
Updated | 2013-03-13T19:00:55.000+0000 |
Description
Steps to Reproduce:
1. Launch KS to device
2. Run Controls > Text Area > Basic
3. Click on Toggle "editable"
4. Click on the text field to invoke keyboard
5. Add or delete characters
Actual:
See that the characters are getting displayed and then deleted or deleted and then added back
Expected:
Should do nothing
Note:
Does not occur on iPad 3 (5.1)
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/2692
Reopening because issue is seen on Android 4.0.4 (Samsung galaxy S3) default browser. Titanium studio : 2.1.1.201207271312 SDK version : 2.2.0.v20120810080115
Unfortunately we are already doing everything we can to prevent the text field from being edited (they were never intended to be non-editable). We simply can't do anything else unfortunately.
Closing the issue according to Bryan's comment.