Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2670] iOS:UI - searchBar barColor property not supported

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionCannot Reproduce
Resolution Date2012-07-26T14:44:38.000+0000
Affected Version/sRelease 1.5.0
Fix Version/sn/a
ComponentsiOS
Labelsn/a
Reporteralexoueb
AssigneeNeeraj Gupta
Created2011-04-15T03:26:34.000+0000
Updated2012-07-26T21:06:48.000+0000

Description

Problem

barColor of the searchBar is black when it's loaded to the first time, even if barColor isn't empty.

Test case

var searchBar = Ti.UI.createSearchBar({
  barColor:'#f90',
  height:43,
  top:0,
  visible:true
});

Comments

  1. Stephen Tramer 2012-07-26

    Can't reproduce in SDK 2.2.0.014b86f.

JSON Source