{ "id": "86901", "key": "TIMOB-7794", "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": [], "resolution": null, "resolutiondate": null, "created": "2012-02-23T15:26:29.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-and021312", "reprod" ], "versions": [ { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" }, { "id": "13070", "description": "Release 1.8 Service Pack 2", "name": "Release 1.8.2", "archived": true, "released": true, "releaseDate": "2012-02-29" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [ { "id": "15380", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "84067", "key": "TIMOB-6769", "fields": { "summary": "iOS: Set tableViewRow height using percentages", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": null, "updated": "2018-03-06T18:57:57.000+0000", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Steps to reproduce:\r\n\r\n1. Run code\r\n{code}\r\nvar win=Ti.UI.createWindow();\r\nvar tableview=Ti.UI.createTableView({\r\n\tbackgroundColor:'blue'\r\n});\r\nvar tableviewrow=Ti.UI.createTableViewRow({\r\n\theight:'100%',\r\n\tbackgroundColor:'red'\r\n});\r\ntableview.setData([tableviewrow]);\r\nwin.add(tableview);\r\nwin.open();\r\n{code}\r\n\r\n\r\nExpected result: Screen should be red\r\n\r\nActual result: Screen is blue", "attachment": [], "flagged": false, "summary": "Android: TableViewRow - Inconsistency of screen color ", "creator": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "tsmolich", "key": "tsmolich", "displayName": "Tamila Smolich", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium SDK version: 1.8.2.v20120222170134\r\nJavascript Engine: Rhino/V8\r\nPlatform & version: Android 2.2.2\r\nDevice Details: Nexus One\r\nTitanium Studio version: 1.0.9.201202131024", "comment": { "comments": [ { "id": "184143", "author": { "name": "ivan.skugor", "key": "ivan.skugor", "displayName": "Ivan Skugor", "active": true, "timeZone": "Europe/Amsterdam" }, "updateAuthor": { "name": "ivan.skugor", "key": "ivan.skugor", "displayName": "Ivan Skugor", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2012-02-24T00:53:34.000+0000", "updated": "2012-02-24T00:53:34.000+0000" }, { "id": "239638", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The issue can be reproduced with release 3.0.2 and latest master version 3.1.0 .\r\n\r\n\r\nTested on:\r\nTitanium Studio, build: 2.1.2.201208301612\r\nTitanium SDK version: 3.1.0 (25/02/2013)\r\nTitanium SDK version: 3.0.2 (25/02/2013)\r\nDevice: Samsung galaxy s duos Android version: 4.0.4\r\n\r\nIf we replace \"%\" with any other unit (px,dip etc..) ,the problem becomes solved,and table view row height calculated 0 or undefined when \"%\" used.\r\n\r\n\r\n", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-25T12:41:21.000+0000", "updated": "2013-03-02T11:53:59.000+0000" }, { "id": "281867", "author": { "name": "bijuexalture", "key": "bijuexalture", "displayName": "Biju pm", "active": true, "timeZone": "Asia/Kolkata" }, "body": "PR : - \r\nhttps://github.com/appcelerator/titanium_mobile/pull/5048", "updateAuthor": { "name": "bijuexalture", "key": "bijuexalture", "displayName": "Biju pm", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-12-02T11:34:30.000+0000", "updated": "2013-12-02T11:34:30.000+0000" }, { "id": "423927", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Reopening ticket as I am still able to reproduce this issue with the following environment;\r\nPixel (7.1)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1 GA\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.2\r\nTi CLI 5.0.14\r\nAlloy 1.9.11\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-11T17:53:45.000+0000", "updated": "2017-07-11T17:53:45.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }