{ "id": "176113", "key": "TIMOB-28383", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "21050", "name": "Release 10.0.0", "archived": false, "released": true, "releaseDate": "2021-05-17" }, { "id": "21212", "description": "", "name": "Release 9.3.3", "archived": false, "released": false } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2021-05-18T18:07:36.000+0000", "created": "2021-03-11T20:31:00.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "TableView", "android", "regression" ], "versions": [ { "id": "21052", "description": "", "name": "Release 9.3.0", "archived": false, "released": true, "releaseDate": "2020-12-14" }, { "id": "21177", "name": "Release 9.3.1", "archived": false, "released": true, "releaseDate": "2021-01-26" }, { "id": "21191", "name": "Release 9.3.2", "archived": false, "released": true, "releaseDate": "2021-02-11" } ], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2021-05-18T18:07:40.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h5.Steps to reproduce:\r\n1. Use the code below in your app.js:\r\n{code:js}\r\nconst win = Ti.UI.createWindow({\r\n\tbackgroundColor : 'white'\r\n});\r\nvar rowItems = [];\r\nfor (var i = 0; i < 10; i++) {\r\n\tvar row = Ti.UI.createTableViewRow({\r\n\t\ttitle : 'Apples',\r\n\t\tborderColor : 'red',\r\n\t\tborderWidth : 2,\r\n\t});\r\n\trow.add(Ti.UI.createLabel({\r\n\t\tcolor : 'black',\r\n\t\ttext : i,\r\n\t\ttouchEnabled : false,\r\n\t\tleft : 0,\r\n\t\twidth : Ti.UI.FILL\r\n\t}));\r\n\trowItems.push(row);\r\n}\r\n\r\nvar table = Ti.UI.createTableView({\r\n\tdata : rowItems,\r\n\tminRowHeight : 100\r\n});\r\n\r\nwin.add(table);\r\nwin.open();\r\n{code}\r\n2. Build for android device.\r\n\r\nh5.Actual result:\r\n1. The {{minRowHeight}} property does not work.\r\n\r\nh5.Expected result:\r\n1. The {{minRowHeight}} property works as expected.", "attachment": [], "flagged": false, "summary": "Android: minRowHeight of tableview does not work", "creator": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK 9.3.0.GA, SDK 9.3.1.GA, SDK 9.3.2.GA", "closedSprints": [ { "id": 1224, "state": "closed", "name": "2021 Sprint 10", "startDate": "2021-05-17T16:31:32.484Z", "endDate": "2021-05-28T16:31:00.000Z", "completeDate": "2021-05-28T22:15:02.543Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "458397", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/12558", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-03-12T18:10:27.000+0000", "updated": "2021-03-12T18:10:27.000+0000" }, { "id": "458418", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-03-15T22:12:13.000+0000", "updated": "2021-03-15T22:12:13.000+0000" }, { "id": "458429", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "merged to master; 10_0_X for 10.0.0 target; and 9_3_X branch.", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2021-03-16T14:05:15.000+0000", "updated": "2021-03-16T14:05:15.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }