Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15287] iOS7: TableView with SearchBar does not respect autoAdjustScrollViewInsets Window property

GitHub Issuen/a
TypeBug
PriorityHigh
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterRafael Kellermann Streit
AssigneeUnknown
Created2013-09-19T04:23:01.000+0000
Updated2018-02-28T20:03:22.000+0000

Description

Without searchBar in TableView, the property is respected.
var navWinAdd = Ti.UI.iOS.createNavigationWindow({
    modal: true
});

var self = Ti.UI.createWindow({
    autoAdjustScrollViewInsets: true,
    extendEdges: [Ti.UI.EXTEND_EDGE_TOP],
    title: "Models"
});
navWinAdd.setWindow(self);

var searchBar = Ti.UI.createSearchBar({
    hintText: "Search"
});

var tableView = Ti.UI.createTableView({
    top: 64,
    search: searchBar
});
self.add(tableView);

navWinAdd.open();

Comments

  1. Ingo Muschenetz 2013-10-17

    Moving into 3.2.1 due to lack of remaining bandwidth for 3.2.0
  2. Ingo Muschenetz 2014-05-01

    Unfortunately out of time for 3.3.0. Bumping to 3.3.1.
  3. Shameer Jan 2014-08-14

    Issue reproduces Titanium Command-Line Interface, CLI version 3.3.0, Titanium SDK version 3.3.0.GA iOS SDK: 7.1 iOS iPhone Simulator: 7.1
  4. Chee Kiat Ng 2014-09-01

    [~shameerj] can you give me a screenshot of this for me to take a look? thanks.

JSON Source