[TIMOB-11736] BlackBerry: Titanium.UI.Window/Titanium.UI.View backgroundRepeat - not taken in account
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Hold |
Resolution Date | 2015-04-14T17:12:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BlackBerry |
Labels | blackberry |
Reporter | Dan Tamas |
Assignee | Pedro Enrique |
Created | 2012-11-10T16:40:47.000+0000 |
Updated | 2017-03-16T20:21:00.000+0000 |
Description
Trying to set *backgroundRepeat* to a view and/or a window has no effect
var win = Ti.UI.createWindow({
backgroundImage:'/sun.png',
backgroundRepeat:true
});
win.open();
var view = Ti.UI.createView({
top:100,
left:100,
width:600,
height:600,
backgroundImage:'/level1.png',
backgroundRepeat:true
});
win.add(view);
Result attached.
Attachments
File | Date | Size |
---|---|---|
capture-1.png | 2012-11-10T16:40:47.000+0000 | 226488 |
Placing these items on hold for the moment based on community interest.
Closing ticket as BlackBerry is no longer supported by us.