{ "id": "109411", "key": "TIMOB-13351", "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": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "15400", "description": "2013 Sprint 08 API", "name": "2013 Sprint 08 API", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "15106", "description": "2013 Sprint 08", "name": "2013 Sprint 08", "archived": true, "released": true, "releaseDate": "2013-04-22" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2013-04-15T23:10:14.000+0000", "created": "2013-02-08T02:39:26.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "triage" ], "versions": [ { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" } ], "issuelinks": [ { "id": "27828", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "99239", "key": "TIMOB-10597", "fields": { "summary": "iOS: Not scaling imageView when images property is assigned an array of images for animation", "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 } } } } ], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-23T05:24:03.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": "Platform: iOS\r\nDevice: iOS Simulator 6.1 & iPod Touch (4th gen, software version 6.1)\r\nRepro:\r\n1. Import Kitchen Sink\r\n2. Make sure Titanium SDK 3.0.0.GA is selected in the Build Properties in tiapp.xml\r\n3. Open Resources/ui/common/baseui/image_view_animated.js\r\n4. Add height: 100 and width: 100 to createImageView param object\r\n{code:javascript}\r\n\tvar imageView = Titanium.UI.createImageView({\r\n\t\timages:images,\r\n\t\tduration:100, // in milliseconds, the time before next frame is shown\r\n\t\trepeatCount:0, // 0 means animation repeats indefinitely, use > 1 to control repeat count\r\n\t\ttop:0,\r\n\t\theight: 100,\r\n\t\twidth: 100\r\n\t});\r\n{code}\r\nResult: The image's rendered size is unchanged (though its position is affected)\r\nExpected: The image's rendered size is 100x100\r\nRegression:The example above works correctly in 2.1.4.GA", "attachment": [ { "id": "36983", "filename": "214GA.png", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-03T20:29:30.000+0000", "size": 82172, "mimeType": "image/png" }, { "id": "36273", "filename": "iOS Simulator Screen shot Mar 13, 2013 1.23.28 PM.png", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-13T20:25:58.000+0000", "size": 96738, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: ImageView height and width are ignored when images array is used (flipbook animation)", "creator": { "name": "bartrobot", "key": "bartrobot", "displayName": "Bart Seaman", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "bartrobot", "key": "bartrobot", "displayName": "Bart Seaman", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS Simulator 6.1 & iPod Touch (4th gen, software version 6.1)\r\nTi SDK 3.0.2 GA", "comment": { "comments": [ { "id": "242072", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Added screen shot for this issue.\nTested with:\nTitanium Studio, build: 3.0.3.201302201202\nTitanium SDK, build: 3.0.0.GA\nKS 3_0_X branch", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-13T20:25:27.000+0000", "updated": "2013-03-13T20:25:27.000+0000" }, { "id": "245525", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and confirmed on iOS 6 simulator with Ti SDK 3.0.2 GA. Works as expected on 2.1.4 GA - screenshot of correct behavior added.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-03T20:32:02.000+0000", "updated": "2013-04-03T20:32:02.000+0000" }, { "id": "247660", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Already fixed in 3.1.0", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-04-15T23:10:14.000+0000", "updated": "2013-04-15T23:10:14.000+0000" }, { "id": "415243", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate with reference to the linked issues above.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-23T05:24:03.000+0000", "updated": "2017-03-23T05:24:03.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }