[TIMOB-24495] textfield/textarea editable:false is not working on Android.
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-04-26T21:28:22.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.2.0 |
Components | Android |
Labels | n/a |
Reporter | ILAY SENER |
Assignee | Maggie Chen |
Created | 2017-03-17T04:34:34.000+0000 |
Updated | 2017-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
[~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.
Hi Maggie, I am using Google API 23 (Android 6.0) and Intel emulator. Please see the attached screengrab.
[~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
Hi Maggie, In addition, please see the attached video to present the issue.
No issues when the app is running on device.
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
FR Passed. Test and other information can be found at: https://github.com/appcelerator/titanium_mobile/pull/8977
^ dTested with SDK Version 6.2.0.v20170531081104