[TIMOB-11734] BlackBerry: In Titanium.UI.View (and all the similar components) borderRadius not working
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-06-18T03:57:34.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 12 BB, 2013 Sprint 12 |
Components | BlackBerry |
Labels | n/a |
Reporter | Dan Tamas |
Assignee | Josh Roesslein |
Created | 2012-11-10T17:29:52.000+0000 |
Updated | 2017-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
File | Date | Size |
---|---|---|
capture-6.png | 2012-11-10T17:29:52.000+0000 | 94735 |
Closing ticket as the issue will not fix.