[TIMOB-13263] BlackBerry: TextField backgroundColor does not work
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-06-10T15:55:46.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | BlackBerry |
| Labels | look1, sdk-bb |
| Reporter | Russell McMahon |
| Assignee | Pedro Enrique |
| Created | 2013-03-28T23:09:22.000+0000 |
| Updated | 2017-03-14T21:08:38.000+0000 |
Test code
var win = Ti.UI.createWindow(); var field = Titanium.UI.createTextField({ left: 10, right: 10, height: 30, backgroundColor: 'red' }); win.add(field); win.open()PR https://github.com/appcelerator/titanium_mobile_blackberry/pull/82
Closing as resolved.