Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2652] iOS: tableView's index not working without headers

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T21:46:39.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsiOS
Labelsapi
ReporterErnesto
AssigneeIngo Muschenetz
Created2011-04-15T03:25:56.000+0000
Updated2017-05-02T21:46:39.000+0000

Description

Problem:

Having an index in a tableView whose rows lack the header attribute breaks the index: all items in the index will point to the top of the table.

How to reproduce:

In KitchenSink's KitchenSink/Resources/examples/table_view_headers_filter.js remove all "header" attributes in the data array, like this http://www.pastie.org/1396915">http://www.pastie.org/1396915 and compile.

Ugly workaround:

To assign assign the header attribute as an empty string in all rows.

Comments

  1. Ben S. 2011-08-22

    Will there be a possible fix for this issue?
  2. Stephen Tramer 2012-07-26

    Confirmed valid SDK 2.2.0.014b86f
  3. 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