{ "id": "62475", "key": "TIMOB-1843", "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": "11258", "description": "Holding Pen for Triaged Issues", "name": "Backlog", "archived": false, "released": false } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2011-04-15T03:03:45.000+0000", "created": "2011-04-15T03:03:44.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "background", "ios", "ipad", "tableview" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-03T06:04: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": "{html}

on 1.4.1 with iOS sdk 3.2 when a grouped table is used the\nunderlying window's background image is not shown or is barely\nshown.

\n

var win = Ti.UI.currentWindow;

\n

var data = [];

\n

for (var c=0;c<4;c++)
\n{

\n
\ndata[c] = Ti.UI.createTableViewSection({headerTitle:'Group '+(c+1)});\nfor (var x=0;x<10;x++)\n{\n    data[c].add(Ti.UI.createTableViewRow({title:'Group '+(c+1)+', Row '+(x+1),backgroundColor:'#FF0000'}));\n}\n
\n

}

\n

// create table view var tableview =\nTitanium.UI.createTableView({

\n
\ndata:data,\nstyle: Titanium.UI.iPhone.TableViewStyle.GROUPED,\nbackgroundColor:'transparent'\n
\n

});

\n

// create table view event listener\ntableview.addEventListener('click', function(e)
\n{

\n
\n// event data\nvar index = e.index;\nvar section = e.section;\nvar row = e.row;\nvar rowdata = e.rowData;\nif (section.headerTitle.indexOf('clicked')==-1)\n{\n    section.headerTitle = section.headerTitle + ' (clicked)';\n}\nTitanium.UI.createAlertDialog({title:'Table View',message:'row ' + row + ' index ' + index + ' section ' + section  + ' row data ' + rowdata}).show();\n
\n

});

\n

// add table view to the window\nTitanium.UI.currentWindow.add(tableview);

{html}", "attachment": [], "flagged": false, "summary": "ipad grouped tableview does not allow window background image", "creator": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "126811", "author": { "name": "adriano", "key": "adriano", "displayName": "Adriano Paladini", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

SOLUTION on:

\n

\nhttps://appcelerator.lighthouseapp.com/projects/32238-titanium-mobi...

{html}", "updateAuthor": { "name": "adriano", "key": "adriano", "displayName": "Adriano Paladini", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:03:44.000+0000", "updated": "2011-04-15T03:03:44.000+0000" }, { "id": "126812", "author": { "name": "markoperutovic", "key": "markoperutovic", "displayName": "Marko Perutovic", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

This is still an issue and it's boring to make double table\nlayout for ipad and iphone

{html}", "updateAuthor": { "name": "markoperutovic", "key": "markoperutovic", "displayName": "Marko Perutovic", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:03:44.000+0000", "updated": "2011-04-15T03:03:44.000+0000" }, { "id": "126813", "author": { "name": "adriano", "key": "adriano", "displayName": "Adriano Paladini", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

This Error was correct by this ticket: \nhttps://appcelerator.lighthouseapp.com/projects/32238/tickets/1738-...

{html}", "updateAuthor": { "name": "adriano", "key": "adriano", "displayName": "Adriano Paladini", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:03:45.000+0000", "updated": "2011-04-15T03:03:45.000+0000" }, { "id": "126814", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Dupe #1738 as per above.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:03:45.000+0000", "updated": "2011-04-15T03:03:45.000+0000" }, { "id": "408769", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing issue due to time passed and irrelevance of the ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-03T06:04:06.000+0000", "updated": "2017-03-03T06:04:06.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }