{ "id": "116400", "key": "TIMOB-14359", "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": "15695", "description": "2013 Sprint 20", "name": "2013 Sprint 20", "archived": true, "released": true, "releaseDate": "2013-10-04" }, { "id": "15696", "description": "2013 Sprint 20 API", "name": "2013 Sprint 20 API", "archived": true, "released": true, "releaseDate": "2013-10-04" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-10-02T23:48:38.000+0000", "created": "2013-06-25T00:05:41.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_tableviewrow", "qe-testadded", "regression" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [ { "id": "31978", "type": { "id": "10122", "name": "Gantt: start-finish", "inward": "is triggered by", "outward": "is triggering" }, "inwardIssue": { "id": "109479", "key": "TIMOB-12658", "fields": { "summary": "Android: TableView row labels disappear, related to className property", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-10-11T07:08:26.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": "This does not happen on 3.1.1.GA.\r\nSteps to reproduce:\r\n1. Run the code below. Should see a table and the all the rows are displayed correctly.\r\n2. Click any row. Should see a heavyweight window opens.\r\n3. Click the \"back\" button. \r\nExpected behavior: the table shows and all the rows are displayed.\r\nActual behavior: the table shows but the first row is cut off.\r\n*NOTE*: This regression does not happen on 4.x device.\r\n{code}\r\nvar tests = [\r\n\t\t{title:'Window: create (different parameters)**************************hello**************************hello**************************hello**************************hello**************************hello**************************hello', test:'create_test'},\r\n\t\t{title:'Window: open (different parameters)', test:'open_test'},\r\n\t\t{title:'Window: close (different parameters)', test:'close_test'},\r\n\t\t{title:'Window: change properties', test:'properties_test'}\r\n];\r\n\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'white',\r\n\t//fullscreen: false\r\n});\r\n\r\nvar tv = Ti.UI.createTableView({\r\n\t//top: 20,\r\n\tdata: tests\r\n});\r\n\r\ntv.addEventListener(\"click\", function(e) {\r\n\tif (e.rowData.test) {\r\n\t\tvar win2 = Ti.UI.createWindow({fullscreen: false});\r\n\t\t\t\r\n\t\twin2.open();\r\n\t}\r\n});\r\n\r\nwin.add(tv);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: First TableViewRow is cut off", "creator": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Galaxy SII(2.3.6), HTC Sensation 4G(2.3.4)", "comment": { "comments": [ { "id": "265241", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This regression is in master (3.2.0) only. 3_1_X branch works fine. Removed the \"merge-3.1.2\" label.", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-06T23:34:28.000+0000", "updated": "2013-08-06T23:34:28.000+0000" }, { "id": "271622", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/4708\r\nFor FR:\r\n1. Run the above test case.\r\n2. Run TIMOB-12658.", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-17T23:48:00.000+0000", "updated": "2013-09-18T00:05:28.000+0000" }, { "id": "273700", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "CR + FR", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-02T23:48:38.000+0000", "updated": "2013-10-02T23:48:38.000+0000" }, { "id": "274762", "author": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "First TableViewRow is not getting cut off.\r\n\r\nVerified Fix on:\r\nDevice: Samsung Galaxy Note, Android version: 2.3.6\r\nSDK: 3.2.0.v20131010163242\r\nCLI version : 3.2.0\r\nOS : MAC OSX 10.8.4\r\nAlloy : 1.2.2\r\nAppcelerator Studio, build: 3.2.0.201310092427\r\nXCode : 5", "updateAuthor": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-10-11T07:08:05.000+0000", "updated": "2013-10-11T07:08:05.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }