{ "id": "78126", "key": "TIMOB-4750", "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": "11363", "description": "Mobile 1.8.0 M10", "name": "Sprint 2011-31", "archived": true, "released": true, "releaseDate": "2011-08-08" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-08-22T12:00:50.000+0000", "created": "2011-07-22T11:09:14.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "11570", "description": "", "name": "Release 1.7.2", "archived": true, "released": true, "releaseDate": "2011-07-21" } ], "issuelinks": [ { "id": "11788", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "65014", "key": "TIMOB-3881", "fields": { "summary": "Confirm TIMOB-3838 Android: Images aren't resolved in Fastdev mode", "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": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } }, { "id": "11789", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "64950", "key": "TIMOB-3838", "fields": { "summary": "Android: Images aren't resolved in Fastdev mode", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "vsingh", "key": "vsingh", "displayName": "Vikramjeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:46:29.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Step 0: Make sure fastDev is enabled\r\nStep 1: Add an image to your project (don't point to appicon.png, add another image)\r\nStep 2: Run the app below\r\nStep 3: Notice the image in the webview does not display\r\n\r\n{code:title=app.js}\r\nvar win = Titanium.UI.createWindow({});\r\nvar iv = Ti.UI.createImageView({\r\n image: 'checked.png',\r\n top: 100\r\n});\r\nvar webview = Titanium.UI.createWebView({\r\n html: '', \r\n});\r\nwin.add(webview);\r\nwin.add(iv);\r\nwin.open();\r\n{code}\r\n\r\nh3. Workaround\r\nAfter you add images to your project, disable fastdev and build it once, and the reenable fastdev.\r\n\r\nh3. Associated Helpdesk Ticket\r\nhttp://appc.me/c/APP-777584", "attachment": [], "flagged": false, "summary": "Android: images in a project using fastDev do not show in a webView", "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": "TiSDK 1.7.2\r\nAndroid Emulator 2.3.3", "comment": { "comments": [ { "id": "160730", "author": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "body": "h3. Associated Helpdesk Ticket\r\nhttp://appc.me/c/APP-188154\r\n\r\nh3. Another Repro Case\r\nImage does not display. \r\n\r\nReproduced this with:\r\nWindows 7, TiSDK 1.7.2, Android Emulator 2.1 ,FastDev enabled\r\n{code:title=app.js}\r\nvar win = Titanium.UI.createWindow({\r\n backgroundColor : '#fff'\r\n});\r\nwin.open();\r\n\r\nvar iv = Ti.UI.createImageView({\r\n\timage: \"default.png\",\r\n\theight: 50,\r\n\twidth: 50,\r\n\ttop: 20,\r\n\tbackgroundColor: 'blue'\r\n});\r\nwin.add(iv);\r\n{code}", "updateAuthor": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-07-27T09:05:27.000+0000", "updated": "2011-07-27T09:06:11.000+0000" }, { "id": "163643", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This was resolved in the same round of commits as TIMOB-3838", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-22T12:00:50.000+0000", "updated": "2011-08-22T12:00:50.000+0000" }, { "id": "166555", "author": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Fix verified in SDK 1.8.0v20110920000211 with Android emulators 2.1-update1, 2.2, and 2.3.3. \n\n2.1-update was displaying the issue incorrectly. A new bug was written for that issue: TIMOB-5329", "updateAuthor": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-09-21T13:32:15.000+0000", "updated": "2011-09-21T13:32:15.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }