[AC-3066] hintText in TextField with align center
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Needs more info |
| Resolution Date | 2012-11-26T21:26:54.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | Titanium, android |
| Reporter | Maxim Khrichtchatyi |
| Assignee | Anirudh Nagesh |
| Created | 2012-08-05T02:57:28.000+0000 |
| Updated | 2016-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
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
any update on this??
Will re-open if a response is received.