{ "id": "106468", "key": "TIMOB-12085", "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": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-12-20T17:08:07.000+0000", "created": "2012-12-13T14:50:06.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "regression", "triage" ], "versions": [ { "id": "14613", "description": "Release 2.1.4", "name": "Release 2.1.4", "archived": true, "released": true, "releaseDate": "2012-11-12" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [ { "id": "23628", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "101534", "key": "TIMOB-10998", "fields": { "summary": "iOS: iOS 6 only - tableView - On a tableview using iOS TableViewStyle.GROUPED, you can't set the tableview background to a color or an image", "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 } } } }, { "id": "23629", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "102785", "key": "TIMOB-11286", "fields": { "summary": "iOS: TableView property Titanium.UI.iPhone.TableViewStyle.GROUPED has a different background. (Regression Issue)", "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": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T22:45:06.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "*Problem description*\r\nOn iOS 6 since 2.1.4 the background image for a grouped table view is not showing.\r\n\r\n*Test case*\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\twidth : Ti.UI.FILL,\r\n\theight : Ti.UI.FILL,\r\n});\r\n\r\nwin.add(Ti.UI.createTableView({\r\n\tbackgroundImage : 'bg-body.png',\r\n\tbackgroundRepeat : true,\r\n\twidth : Ti.UI.FILL,\r\n\theight : Ti.UI.FILL,\r\n\tstyle : Ti.UI.iPhone.TableViewStyle.GROUPED,\r\n\tdata : [{\r\n\t\ttitle : 'Row 1'\r\n\t}, {\r\n\t\ttitle : 'Row 2'\r\n\t}]\r\n}));\r\nwin.open();\r\n{code}\r\n\r\n*2.1.4 Behavior*\r\n[^iOS Simulator Bildschirmfoto 13.12.2012 15.47.54.png]\r\n\r\n*2.1.3 Behavior (expected)*\r\n[^iOS Simulator Bildschirmfoto 13.12.2012 15.49.37.png]", "attachment": [ { "id": "34147", "filename": "bg-body.png", "author": { "name": "mrvvoo", "key": "mrvvoo", "displayName": "Markus Wutzler", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-12-13T14:50:06.000+0000", "size": 6832, "mimeType": "image/png" }, { "id": "34146", "filename": "iOS Simulator Bildschirmfoto 13.12.2012 15.47.54.png", "author": { "name": "mrvvoo", "key": "mrvvoo", "displayName": "Markus Wutzler", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-12-13T14:50:06.000+0000", "size": 13238, "mimeType": "image/png" }, { "id": "34148", "filename": "iOS Simulator Bildschirmfoto 13.12.2012 15.49.37.png", "author": { "name": "mrvvoo", "key": "mrvvoo", "displayName": "Markus Wutzler", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-12-13T14:50:06.000+0000", "size": 48715, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Background Image not showing for a grouped TableViewStyle", "creator": { "name": "mrvvoo", "key": "mrvvoo", "displayName": "Markus Wutzler", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "mrvvoo", "key": "mrvvoo", "displayName": "Markus Wutzler", "active": true, "timeZone": "Europe/Berlin" }, "environment": "iOS 6, Ti SDK 2.1.4, 3.0, 3.1", "comment": { "comments": [ { "id": "231244", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and confirmed on iOS 6 Ti SDK 2.1.4 GA, 3.0 RC 2 and 3.1 master.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-13T18:29:07.000+0000", "updated": "2012-12-13T18:29:07.000+0000" }, { "id": "231247", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Daniel, I think this might be related to the existing tickets I linked.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-13T18:33:01.000+0000", "updated": "2012-12-13T18:33:01.000+0000" }, { "id": "232155", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Marking as duplicate of linked issues.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-20T17:08:07.000+0000", "updated": "2012-12-20T17:08:07.000+0000" }, { "id": "414616", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T22:45:06.000+0000", "updated": "2017-03-21T22:45:06.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }