{ "id": "112768", "key": "TIMOB-13536", "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": "15707", "description": "2013 Sprint 23", "name": "2013 Sprint 23", "archived": true, "released": true, "releaseDate": "2013-11-15" }, { "id": "15708", "description": "2013 Sprint 23 API", "name": "2013 Sprint 23 API", "archived": true, "released": true, "releaseDate": "2013-11-15" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-11-12T01:22:24.000+0000", "created": "2013-04-12T16:54:05.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "animation", "exalture", "height", "module_animation", "qe-testadded", "view", "width" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [ { "id": "43914", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "141314", "key": "TIMOB-18165", "fields": { "summary": "iOS: 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": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-12-09T19:23:35.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": "see the weird behaviors (PR coming)\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": "Android: Size animation broken", "creator": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "environment": "titanium 3.2.0 master\r\nandroid 4.1", "comment": { "comments": [ { "id": "247297", "author": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "body": "PR\nhttps://github.com/appcelerator/titanium_mobile/pull/4154", "updateAuthor": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "created": "2013-04-12T16:57:08.000+0000", "updated": "2013-04-12T16:57:08.000+0000" }, { "id": "247301", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Confirmed with Samsung Galaxy S2 Android 2.3.6 Ti SDK 3.1 CI.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-12T17:32:08.000+0000", "updated": "2013-04-12T17:32:08.000+0000" }, { "id": "254086", "author": { "name": "bijuexalture", "key": "bijuexalture", "displayName": "Biju pm", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Fixed the size broken animation issue\r\n\r\nhttps://github.com/appcelerator/titanium_mobile/pull/4333", "updateAuthor": { "name": "bijuexalture", "key": "bijuexalture", "displayName": "Biju pm", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-05-27T11:31:22.000+0000", "updated": "2013-05-27T11:31:22.000+0000" }, { "id": "255883", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I have closed https://github.com/appcelerator/titanium_mobile/pull/4333. Please submit a single PR for all the changes associated with this JIRA.", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-04T18:21:44.000+0000", "updated": "2013-06-04T18:21:44.000+0000" }, { "id": "256078", "author": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "body": "@Allen: haven't you seen my PR??", "updateAuthor": { "name": "farfromrefuge", "key": "farfromrefuge", "displayName": "Martin Guillon", "active": false, "timeZone": "Europe/Berlin" }, "created": "2013-06-05T09:44:58.000+0000", "updated": "2013-06-05T09:44:58.000+0000" }, { "id": "256147", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~farfromrefuge], Sorry, I was going down the list and didn't see that yet. I'll let take a look at it soon. Thanks.", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-05T16:29:05.000+0000", "updated": "2013-06-05T16:29:05.000+0000" }, { "id": "256360", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Merged https://github.com/appcelerator/titanium_mobile/pull/4154, Thanks for submitting this Martin!", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-06T01:08:24.000+0000", "updated": "2013-06-06T01:08:24.000+0000" }, { "id": "276560", "author": { "name": "djha", "key": "djha", "displayName": "Dhirendra Jha", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Not able to see any green animated progress bar. Only grey color view is being visible. Hence reopening this issue.\nTest Environment - \nAppc Studio - 3.2.0.201310240448\nSDK - 3.2.0.v20131023171643\nacs -1.0.7\nalloy - 1.2.2\ntitanium - 3.2.0\ntitanium-code-processor - 1.0.3\nXcode - 5.0.1\nOS - Mac OS X Mavericks (10.9), Mountain Lion (10.8.5)\nDevice - Nexus7(v4.3)", "updateAuthor": { "name": "djha", "key": "djha", "displayName": "Dhirendra Jha", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-24T10:06:41.000+0000", "updated": "2013-10-24T10:06:41.000+0000" }, { "id": "276853", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Seems to work on 2.X devices, but not 4.X", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-25T21:54:48.000+0000", "updated": "2013-10-25T21:54:48.000+0000" }, { "id": "278715", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/4929", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-07T21:56:07.000+0000", "updated": "2013-11-07T21:56:07.000+0000" }, { "id": "279083", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Working fine. Progress Bar animating properly.\r\nHence Closing as fixed. \r\n\r\nTest Environment:\r\n\r\nAppcelerator Studio: 3.2.0.201311112306\r\nSDK:3.2.0.v20131111174605\r\nalloy: 1.3.0\r\nacs: 1.0.7\r\nnpm: 1.3.2\r\ntitanium: 3.2.0\r\ntitanium-code-processor: 1.0.3\r\nXcode:5.0.1\r\nDevice: Google nexus 7(v4.3),Samsung Note(v2.3.6)\r\nOS: Mac OSX 10.9", "updateAuthor": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-12T08:32:10.000+0000", "updated": "2013-11-12T08:32:10.000+0000" } ], "maxResults": 11, "total": 11, "startAt": 0 } } }