{ "id": "83194", "key": "TIMOB-6366", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-07-11T23:11:33.000+0000", "created": "2011-11-29T17:03:03.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "api", "module_window", "qe-testadded" ], "versions": [], "issuelinks": [ { "id": "22399", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "104152", "key": "TIMOB-11609", "fields": { "summary": "iOS: Window - Modal window being black *on iPad* after constant background color \"stripped\" was applied.", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-10-30T22:00:58.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": "Webcolor.m contains a list of color names. Most of them are standard web colors. One of them is an iOS-specific color called \"stripped.\" \r\n\r\n 56 [UIColor groupTableViewBackgroundColor],@\"stripped\",\r\n\r\nI'm pretty sure this is supposed to be \"striped.\" \r\n\r\nIf not, I recommend we rename it to \"nude\" to avoid confusion.\r\n", "attachment": [], "flagged": false, "summary": "iOS: Misspelled color name in Webcolor.m", "creator": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "191569", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "hehe :D", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2012-04-18T08:35:17.000+0000", "updated": "2012-04-18T08:35:17.000+0000" }, { "id": "191600", "author": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Rather than relying on the fact that the background for group table views is striped, we could expose this as a constant somewhere--possibly add a set of system color values under UI/iOS. ", "updateAuthor": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-18T10:13:14.000+0000", "updated": "2012-04-18T10:13:14.000+0000" }, { "id": "191732", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Agreed. Ti.UI.iOS.color constants, I suppose? There's actually quite a few metacolors (Textures and the like that are treated like colors) that we can expose, including the everpopular linen.", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-18T17:26:29.000+0000", "updated": "2012-04-18T17:26:29.000+0000" }, { "id": "195539", "author": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "body": "In line with the other texture constants added recently, I propose \r\n\r\nTi.UI.iOS.COLOR_GROUP_TABLEVIEW_BACKGROUND as a replacement for 'stripped'. \r\n\r\nI don't think there's any actual way to deprecate the 'stripped' color name unless we do an extra string comparison for every color value, which seems like a waste.\r\n\r\n**Test Case**\r\n\r\n{code}\r\nvar win = Titanium.UI.createWindow({ \r\n title:'Mr. Stripey',\r\n backgroundColor: Ti.UI.iOS.COLOR_GROUP_TABLEVIEW_BACKGROUND\r\n});\r\nwin.open();\r\n{code}\r\n\r\nExpected results: stripey window.\r\n", "updateAuthor": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-05-21T16:01:19.000+0000", "updated": "2012-05-21T16:01:19.000+0000" }, { "id": "195653", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR merged https://github.com/appcelerator/titanium_mobile/pull/2249", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-05-22T15:17:07.000+0000", "updated": "2012-05-22T15:17:07.000+0000" }, { "id": "199001", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed with SDK 2.1.0.v20120618102300 on iPod 4th gen \r\n", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-18T15:56:56.000+0000", "updated": "2012-06-18T15:56:56.000+0000" }, { "id": "202853", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reopening to update labels.", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-11T23:10:55.000+0000", "updated": "2012-07-11T23:10:55.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }