Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5814] Should be able to set borderStyle on Titanium.UI.TextArea

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Do
Resolution Date2020-01-09T19:26:21.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
LabelsTextArea, borderStyle, tbs-1.9.0
ReporterRasmus Burkal
AssigneeIngo Muschenetz
Created2011-10-04T12:37:55.000+0000
Updated2020-01-09T19:26:21.000+0000

Description

You should be able to set borderStyle, e.g. to Titanium.UI.INPUT_BORDERSTYLE_ROUNDED on Titanium.UI.TextArea (as you can on Titanium.UI.TextField) for instance:
var win = Ti.UI.createWindow();

var ta = Ti.UI.createTextArea({
    borderStyle: Titanium.UI.INPUT_BORDERSTYLE_ROUNDED
});

win.add(ta);

win.open();

Comments

  1. Great Lakes 2016-02-25

    I agree! It seems obvious that this should exist to make TextArea and TextField inputs look the same.
  2. Alan Hutton 2020-01-09

    It has been decided that this issue should be closed as “Won’t do.” This issue is out of date with our current supported SDK release (7.5.2.GA as of the date of closure), and out of date with mobile OS versions. Updating, or creating code may not reproduce the issue reported, or be a valid test case. If community members feel that the issue is still valid, please create a new ticket. Please reference this closed ticket number, include SDK used, comments, and code that demonstrates/reproduces the issue.

JSON Source