[TIMOB-877] iOS: TextField editable:false not implemented
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-06-19T10:59:49.000+0000 |
Affected Version/s | Release 1.6.0, Release 2.1.0 |
Fix Version/s | Sprint 2012-13 API, Release 3.0.0 |
Components | iOS |
Labels | api, module_textfield, parity, qe-testadded, triage |
Reporter | Bill Dawson |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T02:38:21.000+0000 |
Updated | 2013-11-07T05:31:06.000+0000 |
Description
Here's an app.js for a fail case: https://gist.github.com/d116232ef3ba72a4d26e">https://gist.github.com/d116232ef3ba72a4d26e I'm able to enter the field, get the keyboard and enter text. BTW, TextArea is okay.
Bill ran across this while we were fixing an issue for a premium account. It wasn't implemented on Android. It does work for TextArea on iPhone.
Bug Scrub: Valid. No test Case exists (Used Provided Code) Tested On: Mac OSX Lion TiMob Version: 1.7.2 TiStud Version: 1.0.2 Devices used: iPhone 4.2.10
Confirmed on iOS Simulator 5.0.
Test Code
Pull merged.
Verified fixed with : Mobile sdk-2.2.0.v20120810080115 Titanium Studio, build: 2.1.1.201207271312 Device: iPhone 4 Ipad 5.1
Please re-open this. It is still happening for textfields on 2.1.3.GA Sample code:
Even after setting the editable directly or through setEditable to false, the field remains editable.
thoughts?
I can confirm that the editable:false option is not working on a simple example:
This was fixed in release 2.2.0, which means the fix is available off the 3.0.0 and master CI builds. This is not fixed in the 2_1_X branch so it is not fixed in the 2.1.3 GA release. And yes I have verified that this is indeed fixed in 3_0_X and master branches.
Reopening to update labels
Anvil testcase PR https://github.com/appcelerator/titanium_mobile/pull/4863