[TIMOB-12363] BlackBerry: Setting background color does not work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-23T07:46:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.1.0, 2013 Sprint 04 BB, 2013 Sprint 04 |
Components | BlackBerry |
Labels | module_window, qe-testadded, sdk-bb |
Reporter | Lokesh Choudhary |
Assignee | Josh Roesslein |
Created | 2013-01-22T01:37:11.000+0000 |
Updated | 2014-06-19T12:43:30.000+0000 |
Description
Description:
1.Launch the studio.
2.Go to create titanium project.
3.Use the code in the app.js :
var win = Ti.UI.createWindow({backgroundColor: 'red'});
win.open();
4.Build the app to the BB simulator.
Actual Result:
1.The background color is white & not red
Expected Result:
1.The background color should be red
Verified the issue & now can set the background color Environment: Ti Studio : 3.1.0.201302101654 Ti BB SDK : 3.1.0.v20130212145409 Mac OSX : 10.8.2 win 7 64 bit Win 8 BB simulator : 10.0.9.386 Dev alpha 10 device
Reopening just to update label.
Updated label. Closing as Fixed. Verified with environment: Studio: 3.1.2.201307191853 Titanium SDK:3.1.2.v20130718094558 acs:1.0.3 alloy:1.1.3 npm:1.3.2 titanium:3.1.1 titanium-code-processor:1.0.1 OS: OSX 10.8 Device:Blackberry-Z10(v 10.0.10.261) blackberry SDK: 10.1.0.1020 Window's property backgroundColor working fine.