GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-11-22T23:29:35.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | n/a |
Components | Android |
Labels | enterprise, qe-3.2.0, regression, triage |
Reporter | Pragya Rastogi |
Assignee | Hieu Pham |
Created | 2013-11-21T07:16:00.000+0000 |
Updated | 2013-12-13T05:33:54.000+0000 |
Appears fine on SDK:3.1.3.GA. This is regression issue
The textarea border is clipped on topped only an underline of textArea is visible.
Steps To Reproduce:
1. Run attached app
Actual:
An underline appears instead of TextArea rectangle border
Expected:
TextArea border must appear as expected
I tested with 3.1.3GA and master, not seeing any difference. There were nothing border-specific in app.js, so the text area appearance will be theme related. Can you provide some screenshots?
The issue cannot reproduce with the release master 3.2.0 Tested with: Titanium Studio, build: 2.1.2.201208301612 Titanium SDK version: 3.2.0 Tested on Device: Samsung galaxy s duos Android version: 4.0.4
Still Reproducible. Please find attached screenshots.
Ok, I'm able to reproduce this issue. As it turns out, this is a behavior change from the new build architecture. In 3.1.3.GA, if we don't specify the targetSDK in tiapp.xml, it'll build the project using the min-sdk support, which is 10. However, in 3.2.0, if no targetSDK is specified, it will choose the latest SDK installed on the machine to build. In other words, if I have SDK 18 installed, the project will be built with target SDK = 18, and min sdk = 10. What we're seeing here is a direct result of this change - SDK 11+ uses Holo theme, while SDK 10 uses a different theme.
Closing the issue as per above comments. Issue produces due to architecture change in android.