{ "id": "83763", "key": "TIMOB-6644", "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": "12091", "description": "", "name": "Sprint 2011-51", "archived": true, "released": true, "releaseDate": "2011-12-26" }, { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-01-23T17:00:35.000+0000", "created": "2011-12-13T14:12:22.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-testadded", "regression" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [ { "id": "14927", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "85857", "key": "TIMOB-7520", "fields": { "summary": "Android: Button - setting backgroundImage causes the button not provide visual feedback when it is clicked", "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": "14203", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "83615", "key": "TIMOB-6580", "fields": { "summary": "iOS: backgroundSelectedImage does not work on Button component", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2012-02-02T11:11:47.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": "Ti.UI.Button does not give feedback that it is being clicked if it has backgroundImage set.\r\nIt was working in 1.7.5 but is not working in 1.8.0.1 RC1\r\n\r\nStep 1: add the attached image to your Resources folder\r\nStep 2: run the code below\r\nStep 3: click the button\r\nStep 4: notice that that button does not give any feedback that it is being clicked\r\n\r\n{code:title=app.js}\r\nvar win = Ti.UI.createWindow({backgroundColor:'#fff'});\r\n\r\nvar share = Ti.UI.createButton({\r\n\t// title: 'Share',\r\n\ttop: 50,\r\n\tleft: 50,\r\n\twidth: 130,\r\n\theight: 35,\r\n\tbackgroundImage:'share.png'\r\n});\r\nwin.add(share);\r\n\r\nwin.open();\r\n{code}\r\n\r\n", "attachment": [ { "id": "24631", "filename": "share.png", "author": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-13T14:12:22.000+0000", "size": 4094, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Button - setting backgroundImage causes the button not provide visual feedback when it is clicked", "creator": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "h4. Not working:\r\nTiSDK 1.8.0.1 RC1\r\n1.8.0.1.v20111130104443\r\n1.8.0.v20110926170651\r\n\r\nh4. Working:\r\nTiSDK 1.7.5\r\n1.8.0.v20111006001414", "comment": { "comments": [ { "id": "175980", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "When resolving this issue, check to see if TIMOB-6580 is also resolved.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-13T14:17:56.000+0000", "updated": "2011-12-13T14:17:56.000+0000" }, { "id": "176567", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending. #1059", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-12-19T14:05:43.000+0000", "updated": "2011-12-19T14:05:43.000+0000" }, { "id": "179142", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with 1.9.0.v20120112104633 with iPod 4.3.3", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-01-12T17:02:26.000+0000", "updated": "2012-01-12T17:02:26.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }