Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11734] BlackBerry: In Titanium.UI.View (and all the similar components) borderRadius not working

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionWon't Fix
Resolution Date2013-06-18T03:57:34.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 12 BB, 2013 Sprint 12
ComponentsBlackBerry
Labelsn/a
ReporterDan Tamas
AssigneeJosh Roesslein
Created2012-11-10T17:29:52.000+0000
Updated2017-03-09T19:21:16.000+0000

Description

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

win.open();



var view = Ti.UI.createView({
	top:50,
	left:50,
	width:100,
	height:100,
	backgroundColor:'#00f',
	borderRadius:25
});


win.add(view);

Result attached, no rounded corners for the blue view.

Attachments

FileDateSize
capture-6.png2012-11-10T17:29:52.000+000094735

Comments

  1. Lee Morris 2017-03-09

    Closing ticket as the issue will not fix.

JSON Source