Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19189] iOS: Hex color passed looks invalid: rgba(0,0,0,*)

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionDuplicate
Resolution Date2017-01-31T19:43:49.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
Reporternicolomonili
AssigneeEric Merriman
Created2015-07-06T07:16:17.000+0000
Updated2017-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

Comments

  1. nicolomonili 2015-09-28

    +1
  2. nicolomonili 2016-01-12

    +1
  3. nicolomonili 2016-09-09

    +1
  4. Hans Knöchel 2017-01-31

    Duplicate of TIMOB-23453.
  5. Lee Morris 2017-03-24

    Closing ticket as duplicate with reference to the linked issues.

JSON Source