Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2031] When we use borderRadius in an view and add to the view textField then we have bug!

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionInvalid
Resolution Date2013-04-02T23:46:27.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsandroid, bug, orientation
ReporterMaxim Khrichtchatyi
AssigneeMauro Parra-Miranda
Created2013-03-29T12:13:48.000+0000
Updated2016-03-08T07:40:59.000+0000

Description

When we use borderRadius in an view and add to the view textField then we have bug! Titanium teem please pay attention to this problem) Video with problem http://www.youtube.com/watch?v=S0Yi-6ZKDcw Code example: function ApplicationWindow() { var self = Ti.UI.createWindow({ backgroundColor:'#ffffff', navBarHidden:true, exitOnClose:true }); var scroll = Ti.UI.createScrollView({ showHorizontalScrollIndicator:false, showVerticalScrollIndicator:true, backgroundColor:'#333', contentHeight:'auto', contentWidth:'auto', scrollType:'vertical' }); var fieldCont = Ti.UI.createView({ borderRadius:5.0, borderColor:'#ecf0f1', borderWidth:2.0, top:'20dp', backgroundColor:'#f00', width:'300dp', height:'50dp' }); var input = Ti.UI.createTextField({ hintText:'blabla', value:'blabla', backgroundColor:'#fff' }); fieldCont.add(input); scroll.add(fieldCont); self.add(scroll); return self; }

Comments

  1. Jamie Buckley 2013-04-02

    No values are set so the field will go off screen.
  2. Maxim Khrichtchatyi 2013-04-03

    I set values and nothing!...
  3. Mauro Parra-Miranda 2013-11-24

    Invalid issue.

JSON Source