{ "id": "95074", "key": "TIMOB-10166", "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": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14126", "description": "Sprint 2012-19 Core", "name": "Sprint 2012-19 Core", "archived": true, "released": true, "releaseDate": "2012-09-24" }, { "id": "14271", "description": "2012 Sprint 19", "name": "2012 Sprint 19", "archived": true, "released": true, "releaseDate": "2012-09-24" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-09-19T17:01:13.000+0000", "created": "2012-07-13T03:11:21.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "SupportTeam", "community", "core", "module_tableview", "parity", "qe-testadded" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [ { "id": "21049", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "93002", "key": "TIMOB-9469", "fields": { "summary": "Android: TiUIView does not clip children", "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": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-09-26T11:03:04.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": "h3. Steps to Reproduce\r\nTitanium.UI.setBackgroundColor('#000');\r\n\r\nvar win = Titanium.UI.createWindow({ \r\n title:'Tab 1',\r\n backgroundColor:'#fff'\r\n});\r\n\r\nvar rows = [];\r\nfor (var i=0; i < 5; i++) {\r\n var row = Ti.UI.createTableViewRow({});\r\n row.add(Ti.UI.createView({ width: 100, height: 50, left: 0, backgroundColor: 'blue', borderWidth: 1, borderColor: '#000' }));\r\n rows.push(row);\r\n};\r\nvar table = Ti.UI.createTableView({ data: rows, borderWidth: 1, borderRadius: 10, borderColor: 'blue', backgroundColor: '#fff', rowHeight: 50, top: 100, left: 100, right: 100, height: Ti.UI.SIZE });\r\nwin.add(table);\r\n\r\nwin.open();\r\n\r\n\r\nh3. Actual Result\r\noverflow content is not clipping, override borderRadius\r\n\r\nh3. Expected Result\r\noverflow content is clipping", "attachment": [ { "id": "29267", "filename": ".log", "author": { "name": "ptquang86", "key": "ptquang86", "displayName": "Quang Pham", "active": true, "timeZone": "Asia/Jakarta" }, "created": "2012-07-13T03:12:04.000+0000", "size": 8365021, "mimeType": "text/plain" }, { "id": "29268", "filename": "diagnostic8601487086261290751.log", "author": { "name": "ptquang86", "key": "ptquang86", "displayName": "Quang Pham", "active": true, "timeZone": "Asia/Jakarta" }, "created": "2012-07-13T03:12:15.000+0000", "size": 3825, "mimeType": "text/plain" } ], "flagged": false, "summary": "Android: BorderRadius on TableView doesn't clip content on Android, Ti 2.1.0", "creator": { "name": "ptquang86", "key": "ptquang86", "displayName": "Quang Pham", "active": true, "timeZone": "Asia/Jakarta" }, "subtasks": [], "reporter": { "name": "ptquang86", "key": "ptquang86", "displayName": "Quang Pham", "active": true, "timeZone": "Asia/Jakarta" }, "environment": "Titanium Studio 2.1.0\r\nPlatform OS: Android 2.3", "comment": { "comments": [ { "id": "211499", "author": { "name": "jghurtado", "key": "jghurtado", "displayName": "Juan G. Hurtado", "active": true, "timeZone": "Europe/Madrid" }, "body": "Same issue here. Android 2.1 and 2.2, with Titanium SDK 2.1.0 and 2.1.1", "updateAuthor": { "name": "jghurtado", "key": "jghurtado", "displayName": "Juan G. Hurtado", "active": true, "timeZone": "Europe/Madrid" }, "created": "2012-08-06T05:21:01.000+0000", "updated": "2012-08-06T05:21:01.000+0000" }, { "id": "215139", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Possible workaround is to embed table view into generic view with border radius set.", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-20T10:25:48.000+0000", "updated": "2012-08-20T10:25:48.000+0000" }, { "id": "216194", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Note to self: Must investigate feasibility of doing such and get back to Alan by the 28th.", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-27T10:16:03.000+0000", "updated": "2012-08-27T10:33:49.000+0000" }, { "id": "216202", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Talked with other Allen. He implemented something for views, and it wasn't inherited by TableView, but he sees no reason why it couldn't be done. Schedule for next sprint.", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-27T10:33:30.000+0000", "updated": "2012-08-27T10:33:30.000+0000" }, { "id": "216307", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Now that feasibility is known, returning it to Neeraj to be dispatched.", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-27T14:48:19.000+0000", "updated": "2012-08-27T14:48:19.000+0000" }, { "id": "219366", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR Ready: https://github.com/appcelerator/titanium_mobile/pull/2980", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-17T15:26:04.000+0000", "updated": "2012-09-17T15:26:04.000+0000" }, { "id": "219714", "author": { "name": "echampet", "key": "echampet", "displayName": "Etienne Champetier", "active": true, "timeZone": "Europe/Berlin" }, "updateAuthor": { "name": "echampet", "key": "echampet", "displayName": "Etienne Champetier", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-09-19T09:10:18.000+0000", "updated": "2012-09-19T09:10:18.000+0000" }, { "id": "219728", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Please test this against the most recent PR. It seems to work for me, as in the image shows up.", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-19T09:59:01.000+0000", "updated": "2012-09-19T09:59:01.000+0000" }, { "id": "219896", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Backport for 2_1_X: https://github.com/appcelerator/titanium_mobile/pull/3006", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-19T20:53:18.000+0000", "updated": "2012-09-19T20:53:18.000+0000" }, { "id": "219910", "author": { "name": "echampet", "key": "echampet", "displayName": "Etienne Champetier", "active": true, "timeZone": "Europe/Berlin" }, "body": "my app is working again with ayeung:timob-10166-2_1_X, thanks!", "updateAuthor": { "name": "echampet", "key": "echampet", "displayName": "Etienne Champetier", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-09-20T01:18:44.000+0000", "updated": "2012-09-20T01:18:44.000+0000" }, { "id": "220231", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fix with:\r\n\r\nosx Mountain Lion 10.8.1\r\nTitanium Studio, build: 2.1.2.201208301612\r\nTitanium SDK: 2.1.3.v20120920154617\r\nTitanium SDK: 3.0.0.v20120921144915\r\n\r\nDevice: Nexus S3 4.0.4\r\n\r\n", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-21T16:28:50.000+0000", "updated": "2012-09-21T16:28:50.000+0000" } ], "maxResults": 14, "total": 14, "startAt": 0 } } }