[TIMOB-2652] iOS: tableView's index not working without headers
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2017-05-02T21:46:39.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | api |
| Reporter | Ernesto |
| Assignee | Ingo Muschenetz |
| Created | 2011-04-15T03:25:56.000+0000 |
| Updated | 2017-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.
Will there be a possible fix for this issue?
Confirmed valid SDK 2.2.0.014b86f
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.