Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20524] iOS: rowSeparatorInsets and setRowSeparatorInsets() does not work in tableview.

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionCannot Reproduce
Resolution Date2019-08-26T21:56:34.000+0000
Affected Version/sRelease 5.2.0
Fix Version/sn/a
ComponentsiOS
Labelsalloy, ios
ReporterMichael Stelly
AssigneeUnknown
Created2016-03-07T15:55:26.000+0000
Updated2019-08-26T21:56:34.000+0000

Description

row separator insets method and properties fail to set correctly. a default app with the following index.js will demonstrate this bug. Neither call affects the row separator.
var testTable = Ti.UI.createTableView();

// testTable.setRowSeparatorInsets({
//     left: 0,
//     right: 0
// });

testTable.rowSeparatorInsets = {
    left: 0,
    right: 0
};
$.index.add(testTable);
$.index.open();

Comments

  1. Alan Hutton 2019-08-26

    Cannot reproduce on 8.1.0.GA.

JSON Source