Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1148] TableView search bar option inconsistent

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:55:20.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
Reporterbritg
AssigneeReggie Seagraves
Created2011-04-15T02:45:12.000+0000
Updated2011-04-17T01:55:20.000+0000

Description

When create a table with a search bar, i.e.

var retailerList = Titanium.UI.createTableView({
data: [], search: Titanium.UI.createSearchBar(), filterAttribute: 'title' });

The search bar renders about 50% of the time. This only happens on iOS4 devices.

Comments

  1. Stephen Tramer 2011-04-15

    Unable to reproduce. Must have been a duplicate bug.

JSON Source