[TIMOB-9457] BlackBerry: Implement important Ti.UI.View properties
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-07-30T12:48:27.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Sprint 2012-11 BB, BB Preview 3 |
| Components | BlackBerry |
| Labels | n/a |
| Reporter | David Campbell |
| Assignee | Josh Roesslein |
| Created | 2012-06-07T20:31:16.000+0000 |
| Updated | 2017-03-08T18:00:54.000+0000 |
Investigate opacity: - should both the background container by affected by this value? Check other platforms. - can the background container opacity be changed by setting the alpha channel of the background colour? Check other platforms.
The opacity questions refer to issues raised here: https://github.com/Macadamian/titanium_mobile/pull/69#discussion_r930628 Also, need to check what happens on other platforms when doing the following: {noformat} control = createControl() control.setBackground(blue) control.disable() {noformat} Should the background still be blue or should it be changed back to the default. This issue was raised here: https://github.com/Macadamian/titanium_mobile/pull/69#discussion_r1021241
to the testing crew: validate the opacity behaviour and raise bugs if there is inconsistency
Closing ticket as resolved.