Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1498] iOS: Tableview search visible while animating in

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T21:52:46.000+0000
Affected Version/sRelease 2.1.0
Fix Version/sn/a
ComponentsiOS
Labelscore
ReporterSindre Sorhus
AssigneeIngo Muschenetz
Created2011-04-15T02:54:25.000+0000
Updated2017-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.

Comments

  1. Sindre Sorhus 2012-01-02

    Any updates?
  2. Stephen Tramer 2012-01-03

    Requires a test case to resolve.
  3. Sindre Sorhus 2012-01-04

    Isn't KitchenSink your testsuit?? Simplified testcase:
       var win = Titanium.UI.createWindow();
       var tableView = Titanium.UI.createTableView({
       	search: Ti.UI.createSearchBar(),
       	searchHidden: true
       });
       win.add( tableView );
       win.open();
       
    Issue confirmed on 1.8.0.1 with iOS 5 simulator. Please reopen.
  4. Sindre Sorhus 2012-07-08

    This is still and issue in Titanium SDK 2.1.0 and iOS 5.1. simulator.
  5. Lee Morris 2017-05-02

    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.

JSON Source