[TIMOB-17418] iOS: Textfield borders - Some border types not displayed
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-08-20T20:36:05.000+0000 |
Affected Version/s | Release 3.3.0 |
Fix Version/s | Release 3.4.0 |
Components | iOS |
Labels | module_textfield, qe-3.3.0, qe-manualtest, regression |
Reporter | Olga Romero |
Assignee | Pedro Enrique |
Created | 2014-07-29T20:56:30.000+0000 |
Updated | 2015-02-02T20:47:42.000+0000 |
Description
This is a *regression* against Titanium SDK 3.2.3.GA
Description:
There are no borders displayed when specifying "Bezel" or "Line" borders
Steps to reproduce:
1) Import and build Kitchensink 3.3.0 with 3.3.0 SDK
2) Install on iOS 6, 7, or 8 device
3) Navigate to KS> Controls> Text Field> Border Style
4) Examine the various border styles
Result:
"Bezel" and "Line" border style examples have no visible border
Expected Result:
All examples (except the "no border" style) have visible borders
Attachments
PR: https://github.com/appcelerator/titanium_mobile/pull/5966
Verified fix on: Mac OSX 10.9.4 Appcelerator Studio, build: 3.3.0.201407111535 Titanium SDK build: 3.4.0.v20140813022514 Titanium CLI, build: 3.3.0 Alloy: 1.4.1 iOS Device 5s (8.0b5) iOS Device 5 (7.0.6) Navigated to Controls->Text Field->Border Style, visually verified that the different border styles are displayed on bezel border and line border. Closing ticket