[TIMOB-1498] iOS: Tableview search visible while animating in
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2017-05-02T21:52:46.000+0000 |
| Affected Version/s | Release 2.1.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | core |
| Reporter | Sindre Sorhus |
| Assignee | Ingo Muschenetz |
| Created | 2011-04-15T02:54:25.000+0000 |
| Updated | 2017-05-02T21:52:46.000+0000 |
Description
In KitchenSink 1.4, when I click the "Table Search" row, while animating in the new view, I can see the searchbar animating up. This should not happen. The searchbar should not be visible until the tableview is dragged down.
Any updates?
Requires a test case to resolve.
Isn't KitchenSink your testsuit?? Simplified testcase:
Issue confirmed on 1.8.0.1 with iOS 5 simulator. Please reopen.var win = Titanium.UI.createWindow(); var tableView = Titanium.UI.createTableView({ search: Ti.UI.createSearchBar(), searchHidden: true }); win.add( tableView ); win.open();This is still and issue in Titanium SDK 2.1.0 and iOS 5.1. simulator.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.