[TIMOB-19189] iOS: Hex color passed looks invalid: rgba(0,0,0,*)
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Trivial |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2017-01-31T19:43:49.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | nicolomonili |
| Assignee | Eric Merriman |
| Created | 2015-07-06T07:16:17.000+0000 |
| Updated | 2017-03-24T18:35:25.000+0000 |
Description
Example :
var test = Ti.UI.createView({
width : 50,
height : 50,
backgroundColor : "rgba(0,0,0,0.5)"
});
*[WARN] : Hex color passed looks invalid: rgba(0,0,0,0.5)*
The background is set correctly, but the console report the warning
+1
+1
+1
Duplicate of TIMOB-23453.
Closing ticket as duplicate with reference to the linked issues.