{ "id": "76382", "key": "TIMOB-4410", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13406", "description": "Sprint 2012-10 API", "name": "Sprint 2012-10 API", "archived": true, "released": true, "releaseDate": "2012-05-20" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-05-14T21:01:53.000+0000", "created": "2011-06-14T12:57:51.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "api", "qe-testadded" ], "versions": [], "issuelinks": [], "assignee": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-06-06T12:01:08.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": "Add support for the UIColor of scrollViewTexturedBackgroundColor", "attachment": [], "flagged": false, "summary": "iOS: UI - add support for scrollViewTexturedBackgroundColor", "creator": { "name": "mapperson", "key": "mapperson", "displayName": "Matthew Apperson", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mapperson", "key": "mapperson", "displayName": "Matthew Apperson", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "169746", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "body": "+1\r\n\r\nAlso want [viewFlipsideBackgroundColor|http://webcache.googleusercontent.com/search?q=cache:QHEJG8n2-MYJ:iphonedevwiki.net/index.php/UIColor]\r\n\r\n\r\n\r\n", "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2011-10-19T14:12:48.000+0000", "updated": "2011-10-19T14:12:48.000+0000" }, { "id": "169747", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "body": "The color {{underPageBackgroundColor}} is available in iOS 5. So it should be included as well:\r\n[http://developer.apple.com/library/IOS/#documentation/UIKit/Reference/UIColor_Class/Reference/Reference.html]\r\n", "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2011-10-19T14:17:12.000+0000", "updated": "2011-10-19T14:17:12.000+0000" }, { "id": "169756", "author": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "body": "As far as underPageBackgroundColor, this should be added as a new ticket for 1.9.", "updateAuthor": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-19T14:59:54.000+0000", "updated": "2011-10-19T14:59:54.000+0000" }, { "id": "169775", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2011-10-20T00:21:52.000+0000", "updated": "2011-10-20T00:21:52.000+0000" }, { "id": "177251", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Matt - do you have a Pull Request for this?", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-12-27T06:50:26.000+0000", "updated": "2011-12-27T06:50:26.000+0000" }, { "id": "194323", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Testing code for the [PULL REQUEST|https://github.com/appcelerator/titanium_mobile/pull/2163]\r\n\r\n{code:JavaScript|title:app.js}\r\n// this sets the background color of the master UIView (when there are no windows/tab groups on it)\r\nTitanium.UI.setBackgroundColor('#000');\r\n \r\n// create tab group\r\nvar tabGroup = Titanium.UI.createTabGroup();\r\n \r\n \r\n//\r\n// create base UI tab and root window\r\n//\r\nvar win1 = Titanium.UI.createWindow({ \r\n title:'SCROLLVIEW',\r\n backgroundColor:Ti.UI.iOS.COLOR_SCROLLVIEW_BACKGROUND\r\n});\r\nvar tab1 = Titanium.UI.createTab({ \r\n icon:'KS_nav_views.png',\r\n title:'SCROLLVIEW',\r\n window:win1\r\n});\r\n \r\n \r\n \r\n//\r\n// create controls tab and root window\r\n//\r\nvar win2 = Titanium.UI.createWindow({ \r\n title:'VIEW_FLIPSIDE',\r\n backgroundColor:Ti.UI.iOS.COLOR_VIEW_FLIPSIDE_BACKGROUND\r\n});\r\nvar tab2 = Titanium.UI.createTab({ \r\n icon:'KS_nav_ui.png',\r\n title:'VIEW_FLIPSIDE',\r\n window:win2\r\n});\r\n \r\n//\r\n// create controls tab and root window\r\n//\r\nvar win3 = Titanium.UI.createWindow({ \r\n title:'UNDER_PAGE',\r\n backgroundColor:Ti.UI.iOS.COLOR_UNDER_PAGE_BACKGROUND\r\n});\r\nvar tab3 = Titanium.UI.createTab({ \r\n icon:'KS_nav_ui.png',\r\n title:'UNDER_PAGE',\r\n window:win3\r\n});\r\n \r\n \r\n//\r\n// add tabs\r\n//\r\ntabGroup.addTab(tab1); \r\ntabGroup.addTab(tab2); \r\ntabGroup.addTab(tab3);\r\n \r\n\r\n \r\n// open tab group\r\ntabGroup.open();\r\n\r\n\r\n{code}", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-05-09T15:37:22.000+0000", "updated": "2012-05-09T15:37:22.000+0000" }, { "id": "194790", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pull merged", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-05-14T21:01:53.000+0000", "updated": "2012-05-14T21:01:53.000+0000" }, { "id": "197546", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Same test as TIMOB-5801\r\nTested with 2.1.0.v20120605113335 on\r\niPhone 4s 5.1\r\niPhone 3gs 4.3", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-06T12:01:08.000+0000", "updated": "2012-06-06T12:01:08.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }