{ "id": "120780", "key": "TIMOB-15551", "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": "15932", "description": "2014 Sprint 05 API", "name": "2014 Sprint 05 API", "archived": true, "released": true, "releaseDate": "2014-03-14" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-03-06T19:53:48.000+0000", "created": "2013-10-03T20:19:27.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "SupportTeam", "module_imageview", "qe-closed-3.3.0", "qe-testadded", "triage" ], "versions": [], "issuelinks": [ { "id": "50106", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "153652", "key": "ALOY-1339", "fields": { "summary": "iOS: ListView Images[] property not working of embedded imageview", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "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 } } } }, { "id": "32760", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "120599", "key": "AC-2563", "fields": { "summary": "Image not displayed in Listview item on window loading ", "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" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "sunila", "key": "sunila", "displayName": "Sunila", "active": true, "timeZone": "Asia/Kolkata" }, "updated": "2015-12-14T14:08:56.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": "h5. Problem Description \r\nImageView with images in listView item cannot start animation on event. But it’s working well in IOS. If I use single imageView with images property then its animate good with event fire. \r\n\r\nh5. Test Environments \r\n\r\nOS: MAC OX X 10.8.5\r\n \r\nTi SDK: 3.1.2 GA, 3.1.3 GA \r\nTi CLI: 3.2.0\r\nSimulator 7.0\r\nAndroid Emulator with Android SDK 2.3.3\r\nAndroid Device \r\n\r\nh5. Test Code\r\nindex.xml\r\n{code}\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t \r\n\t\r\n\r\n{code}\r\n\r\nindex.js\r\n{code}\r\nfunction startAnimate(e) {\r\n\tTi.API.info('clciked!');\r\n\te.source.start();\r\n}\r\n\r\n$.index.open();\r\n\r\n{code}\r\n\r\nindex.jss\r\n{code}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\".spinner\": {backgroundColor: 'red', images: [ \"/images/apple.png\", \"/images/arrow-up.png\", \"/images/arrow-down.png\" ], },\r\n{code}\r\n\r\n\r\nh5. Step to reproduce\r\n\r\n1. Run IOS Simulator \r\n2. Run on Android Emulator/Device\r\n3. Compare both results\r\n\r\nh5. Expected Result \r\n\r\nImages are animating for both OS\r\n\r\nh5. Output Result. \r\n\r\nIOS working good but not working in Android \r\n", "attachment": [], "flagged": false, "summary": "Android: ListView - ImageView with images[] array does not animate", "creator": { "name": "youngtt", "key": "youngtt", "displayName": "Young", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "environment": "Android (2.3.x & 4.3.x), Ti SDK 3.1.3GA, Alloy 1.2.2, Android Device", "comment": { "comments": [ { "id": "274921", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello Young,\n\nCan you please send us your full list view file for testing?\n\nThanks \n", "updateAuthor": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2013-10-13T07:05:07.000+0000", "updated": "2013-10-13T07:05:07.000+0000" }, { "id": "275848", "author": { "name": "youngtt", "key": "youngtt", "displayName": "Young", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Here you go:\n\n{code:xml}\n\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\n\t\n\n{code}", "updateAuthor": { "name": "youngtt", "key": "youngtt", "displayName": "Young", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-19T20:01:09.000+0000", "updated": "2013-10-19T20:01:09.000+0000" }, { "id": "275991", "author": { "name": "youngtt", "key": "youngtt", "displayName": "Young", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Mostafizur,\n\nIs this what you needed?\n\nCheers.", "updateAuthor": { "name": "youngtt", "key": "youngtt", "displayName": "Young", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-21T19:20:04.000+0000", "updated": "2013-10-21T19:20:04.000+0000" }, { "id": "289835", "author": { "name": "youngtt", "key": "youngtt", "displayName": "Young", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Ingo,\r\n\r\nCould we have this one fixed in the coming release? Has been over 4 months now.\r\n\r\nThanks.", "updateAuthor": { "name": "youngtt", "key": "youngtt", "displayName": "Young", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-27T18:41:28.000+0000", "updated": "2014-01-27T18:41:28.000+0000" }, { "id": "295072", "author": { "name": "sunila", "key": "sunila", "displayName": "Sunila", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Make sure that the view is set in the proxy so that new view is not created when start is called on the ImageViewProxy.\r\n\r\nhttps://github.com/appcelerator/titanium_mobile/pull/5396", "updateAuthor": { "name": "sunila", "key": "sunila", "displayName": "Sunila", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-02-28T16:31:51.000+0000", "updated": "2014-02-28T16:31:51.000+0000" }, { "id": "302683", "author": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Issue is not reproducible on android any more.\r\n\r\nVerified the fix on:\r\nDevice : Google Nexus 4, Android Version: 4.1.1\r\nSDK: 3.3.0.v20140425191906\r\nCLI version : 3.3.0-dev\r\nOS : MAC OSX 10.9.2\r\nAlloy: 1.4.0-dev\r\nACS: 1.0.14\r\nnpm:1.3.2\r\nAppcelerator Studio, build: 3.3.0.201404251359\r\ntitanium-code-processor: 1.1.1-alpha\r\nXCode : 5.1.1", "updateAuthor": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-04-28T08:49:15.000+0000", "updated": "2014-04-28T08:49:15.000+0000" } ], "maxResults": 9, "total": 9, "startAt": 0 } } }