Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3066] hintText in TextField with align center

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2012-11-26T21:26:54.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
LabelsTitanium, android
ReporterMaxim Khrichtchatyi
AssigneeAnirudh Nagesh
Created2012-08-05T02:57:28.000+0000
Updated2016-03-08T07:48:06.000+0000

Description

When align is Ti.UI.TEXT_ALIGNMENT_CENTER does not display a value hintText.
var text_field = Ti.UI.createTextField({
    textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,
    hintText: 'Value',
    keyboardType: Ti.UI.KEYBOARD_EMAIL,
    returnKeyType: Ti.UI.RETURNKEY_DONE,
    clearOnEdit: true
});
Platform: Android; Titanium SDK: 2.1.1.GA P.S. this bug on Q&A http://developer.appcelerator.com/question/140474/hinttext-in-textfield-with-align-center

Comments

  1. Anirudh Nagesh 2012-08-20

    Did you try this on Android 4.0? Its not reproducible on Android 4.0. But its reproducible in Android 2.3.3. I believe it is Android issue and is fixed in 4.0
  2. Anirudh Nagesh 2012-11-08

    any update on this??
  3. Daniel Sefton 2012-11-26

    Will re-open if a response is received.

JSON Source