Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2192] [android] borderview doesnt follow nativeview visibility

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionFixed
Resolution Date2012-11-05T21:20:32.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsandroid, border, view
ReporterMartin Guillon
AssigneeMauro Parra-Miranda
Created2012-10-21T15:42:11.000+0000
Updated2016-03-08T07:41:11.000+0000

Description

var win = Ti.UI.createWindow({backgroundColor:'white'});

var button = Ti.UI.createButton({
     width:100,
     height:35,
     backgroundColor:'blue',
     visible:false,
     borderColor:'green',
     borderWidth:3,
     title:'click'
});

win.add(button);
win.open();

Comments

  1. Martin Guillon 2012-10-21

    pull request https://github.com/appcelerator/titanium_mobile/pull/3310

JSON Source