[TIMOB-24211] iOS: Support Ti.UI.TextArea padding (Parity)
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-12-20T03:26:08.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.1.0 |
Components | Android, iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Hans Knöchel |
Created | 2016-12-12T12:20:05.000+0000 |
Updated | 2016-12-22T01:41:32.000+0000 |
Description
In 6.0.0, we supported the
padding
value for the TextField and TextArea, but the TextArea one was not implemented for iOS so far. This ticket should change that.
PR: https://github.com/appcelerator/titanium_mobile/pull/8678 Test-Case:
Using this environment: NPM Version: 2.15.9 Node Version: 4.5.0 Mac OS: 10.12.1 Appc CLI: 6.1.0 Appc CLI NPM: 4.2.8 Titanium SDK version: 6.1.0.v20161221030858 Appcelerator Studio, build: 4.8.1.201612050850 Xcode 8.2 iOS Device: 10.0 Fix is validated. I first tried with SDK version 6.0.0, and found that using the demo code, there was no padding in the TextField, or TextArea. With SDK 6.1.0, there was padding between the area/field border and text. I varied the padding value and observed that the padding did change accordingly.