{ "id": "141314", "key": "TIMOB-18165", "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": [], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2019-12-12T18:58:51.000+0000", "created": "2014-12-09T19:13:51.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "animation", "exalture", "height", "ios", "module_animation", "qe-testadded", "reprod", "view", "width" ], "versions": [ { "id": "16704", "description": "Release 3.5.0", "name": "Release 3.5.0", "archived": false, "released": true, "releaseDate": "2015-01-13" } ], "issuelinks": [ { "id": "43914", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "112768", "key": "TIMOB-13536", "fields": { "summary": "Android: Size animation broken", "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": null, "updated": "2019-12-12T18:58:51.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": "Animations affecting size are not functioning properly on iOS.\r\nThis looks like a parity issue as it works as expected on Android.\r\n\r\n*Steps to reproduce issue*:\r\n1. Use below code to create project\r\n2. Launch the project\r\n3. Witness that the grey bar is not filled with the green bar\r\n\r\n*Expected Result*:\r\nThe green bar animates to fill the grey bar\r\n\r\n*Notes*:\r\nThis works as expected on Android.\r\nThis is also not functioning properly on iOS with 3.4.1.GA\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor:'blue',\r\n modal:false\r\n });\r\n \r\n var holder = Ti.UI.createView({\r\n \twidth:200,\r\n \theight:30,\r\n \tbackgroundColor:'gray'\r\n })\r\n var progress = Ti.UI.createView({\r\n \tleft:0,\r\n \ttop:0,\r\n \tbottom:0,\r\n \twidth:'0%',\r\n \tbackgroundColor:'green'\r\n })\r\n \r\n holder.add(progress);\r\n win.add(holder);\r\n \r\n var value = 0\r\n setInterval(function (){\r\n \tvalue = (value + 10) % 100\r\n \tprogress.animate({\r\n \twidth:(value + '%'), duration:100\r\n })\r\n }, 1000)\r\n\r\n\r\n win.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Size animation broken", "creator": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Titanium SDK 3.5.0.v20141208092926\r\nStudio 3.4.1.201410281743 \r\nXcode 6.1.1\r\n\r\nOn: \r\niPad mini, iOS 8.1\r\niPhone 6, iOS 8.2b \r\niPhone 4S Sim, iOS 8.1", "comment": { "comments": [ { "id": "427218", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I am can still reproduce this issue with the following environment;\r\niPhone 6 (10.3)\r\nStudio 4.9.1.201707200100\r\nTi SDK 6.1.2 GA\r\nAppc CLI 6.2.3\r\nTi CLI 5.0.14\r\nAlloy 1.9.13\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-08-24T21:02:37.000+0000", "updated": "2017-08-24T21:02:37.000+0000" }, { "id": "453171", "author": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing issue as “Cannot Reproduce. We have tested the code provided, and found that it is out of date with our current release (8.3.0.GA as of the date of closure), and out of date with mobile OS versions. Updating/Creating code may not reproduce the issue reported, or be a valid test case.\r\n\r\nIf community members feel that the issue is still valid, please add a comment, and include code that demonstrates/reproduces the issue.\r\n", "updateAuthor": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-12-12T18:58:51.000+0000", "updated": "2019-12-12T18:58:51.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }