Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24495] textfield/textarea editable:false is not working on Android.

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2017-04-26T21:28:22.000+0000
Affected Version/sn/a
Fix Version/sRelease 6.2.0
ComponentsAndroid
Labelsn/a
ReporterILAY SENER
AssigneeMaggie Chen
Created2017-03-17T04:34:34.000+0000
Updated2017-05-31T16:34:34.000+0000

Description

TextField and TextArea editable:false is not working on Android Emulator. app.js var win = Ti.UI.createWindow({ backgroundColor : 'white' }); var textField = Ti.UI.createTextField({ borderStyle : Ti.UI.INPUT_BORDERSTYLE_ROUNDED, color : '#336699', top : 10, left : 10, width : 250, height : 60, value: 'edit me', editable: false }); win.add(textField); win.open(); NOT tested on iOS yet.

Attachments

FileDateSize
Screen Shot 2017-04-17 at 15.12.17.png2017-04-17T05:14:24.000+000042107
textFieldEditable.mov2017-04-17T23:43:53.000+00002260530

Comments

  1. Maggie Chen 2017-04-17

    [~isener] Hi Ilay, would you specify which emulator did you see this problem? I have no issues on API 19 & 25 emulators and real devices.
  2. ILAY SENER 2017-04-17

    Hi Maggie, I am using Google API 23 (Android 6.0) and Intel emulator. Please see the attached screengrab.
  3. Maggie Chen 2017-04-17

    [~isener] I couldn't reproduce your problem on API 23 emulator and real device. Will you try other emulators or other API levels? You seem using a Genymotion. Hi [~mchen], I can demo this on my webex to reproduce if you have 2 minutes. Webex at https://axway.webex.com/join/isener
  4. ILAY SENER 2017-04-17

    Hi Maggie, In addition, please see the attached video to present the issue.
  5. ILAY SENER 2017-04-18

    No issues when the app is running on device.
  6. Maggie Chen 2017-04-20

    It has no issues on real devices. But it is still a bug as comparing to Android behaviour. PR https://github.com/appcelerator/titanium_mobile/pull/8977
  7. Samir Mohammed 2017-05-31

    FR Passed. Test and other information can be found at: https://github.com/appcelerator/titanium_mobile/pull/8977
  8. Samir Mohammed 2017-05-31

    ^ dTested with SDK Version 6.2.0.v20170531081104

JSON Source