Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25388] Android: TextField borderColor is not showing on latest SDK (6.2.2.GA)

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionDuplicate
Resolution Date2017-10-17T15:11:20.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterFazlul Haque
AssigneeYordan Banev
Created2017-10-13T19:12:20.000+0000
Updated2017-10-17T15:11:20.000+0000

Description

Hello, We have tested an issue on the following environment and find that TextField borderColor is not showing on latest SDK (6.2.2.GA) but it is working on previous SDK. *Testing Environment:* Ti SDK: 6.2.2.GA, 6.1.1.GA Appcelerator Command-Line Interface, version 6.2.4 Android Device: Samsung Galaxy Grand Prime (5.1.1) *Test Code:*
var win = Ti.UI.createWindow({
  backgroundColor: 'white'
});

var textField = Ti.UI.createTextField({
  borderStyle: Ti.UI.INPUT_BORDERSTYLE_ROUNDED,
  color: '#336699',
  top: 10, left: 10,
  borderColor:'green'
  width: 250, height: 60
});

win.add(textField);
win.open();
*Test Results:* TextField borderColor is not showing on latest SDK (6.2.2.GA). Attached the output screenShots.

Attachments

FileDateSize
6.1.1.GA_Result.jpg2017-10-13T19:10:55.000+000017406
6.2.2.GA_Result.jpg2017-10-13T19:10:56.000+000015462

Comments

  1. Yordan Banev 2017-10-17

    I have tested the sample you provided with the changes from the linked ticket's PR and have confirmed it is a duplicate.

JSON Source