[TIMOB-1148] TableView search bar option inconsistent
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:55:20.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | britg |
| Assignee | Reggie Seagraves |
| Created | 2011-04-15T02:45:12.000+0000 |
| Updated | 2011-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.
Unable to reproduce. Must have been a duplicate bug.