Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16477] iOS: Section index overlap with the search bar

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2014-02-26T22:36:03.000+0000
Affected Version/sRelease 3.2.1
Fix Version/s2014 Sprint 05, 2014 Sprint 05 API
ComponentsiOS
LabelssupportTeam, triage
ReporterEduardo Gomez
AssigneeVishal Duggal
Created2014-02-19T17:04:58.000+0000
Updated2017-03-23T22:42:31.000+0000

Description

Issue description

iOS native issue causing the section index overlap with the search bar on TiUIListView.

Steps to reproduce

(1) Run Sample code: https://gist.github.com/egomez99/1288d6ff7d97c5b76230 (2) When App launches Cancel button of searchBar is displayed but overlapped by Section Index. Image on the left of screen shoot. (3) Click search box and type anything. (4) Click either cancel or search. Section index overlap searchBar (Image on the right of screen shoot).

Attachments

FileDateSize
ListView_IndexBar.jpg2014-02-19T17:04:58.000+0000181694

Comments

  1. Vishal Duggal 2014-02-26

    Regarding the section index overlapping the searchbar, we can not fix this issue (See TIMOB-666 for an explanation). Regarding the second issue raised here that the cancel button disappears when search ends, this is native behavior of the search controller (used with the searchView API). We can override this behavior by forcing the cancel button to show when search controller is no longer active but it has 2 problems 1. The UI transition is glitchy 2. The cancel button becomes interactable after the search bar blurs. Going to mark this issue as Wont Fix. Please use the searchText API in ListView in conjunction with the searchBar. A simple sample is included in TIMOB-16507
  2. Lee Morris 2017-03-23

    Closing ticket as Won't Fix with reference to the above comments.

JSON Source