Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15774] Android: UI of TextArea border is clipped from top

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionWon't Fix
Resolution Date2013-11-22T23:29:35.000+0000
Affected Version/sRelease 3.2.0
Fix Version/sn/a
ComponentsAndroid
Labelsenterprise, qe-3.2.0, regression, triage
ReporterPragya Rastogi
AssigneeHieu Pham
Created2013-11-21T07:16:00.000+0000
Updated2013-12-13T05:33:54.000+0000

Description

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

Attachments

FileDateSize
TextArea.png2013-11-22T06:54:29.000+000087746
TextArea.png2013-11-22T06:52:56.000+000078367
textArea.zip2013-11-21T07:16:00.000+00003134679

Comments

  1. Hieu Pham 2013-11-22

    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?
  2. Biju pm 2013-11-22

    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
  3. Pragya Rastogi 2013-11-22

    Still Reproducible. Please find attached screenshots.
  4. Hieu Pham 2013-11-22

    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.
  5. Priya Agarwal 2013-12-13

    Closing the issue as per above comments. Issue produces due to architecture change in android.

JSON Source