{ "id": "104198", "key": "TIMOB-11623", "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": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14803", "description": "2013 Sprint 01 Core", "name": "2013 Sprint 01 Core", "archived": true, "released": true, "releaseDate": "2013-01-14" }, { "id": "14804", "description": "2013 Sprint 01", "name": "2013 Sprint 01", "archived": true, "released": true, "releaseDate": "2013-01-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-01-21T19:15:23.000+0000", "created": "2012-10-31T11:29:50.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "core", "module_animation", "qe-ios214", "qe-testadded" ], "versions": [ { "id": "14613", "description": "Release 2.1.4", "name": "Release 2.1.4", "archived": true, "released": true, "releaseDate": "2012-11-12" } ], "issuelinks": [ { "id": "24633", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "108037", "key": "TIMOB-12320", "fields": { "summary": "Backport TIMOB-11623 to 3.0.1", "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 } } } } ], "assignee": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-07-23T09:48:53.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": "Controls are not rendered correctly if second animation is started before the completion of first one.\r\nThis is not regression since the issue occurs in 2.1.3GA as well.\r\n\r\nSteps to reproduce:\r\n1. Go to Kitchensink> BaseUI> Animation> windows.\r\n2. Click on Animation(slide).\r\n3. Before the slide animation gets complete, Click on Animation(custom).\r\n\r\nActual:\r\nControls on screen are not rendered properly after the animation gets finished.\r\n\r\nExpected:\r\nControls should render properly after animation gets completed.\r\n\r\n", "attachment": [], "flagged": false, "summary": "iOS: Animation - Controls are not rendered correctly if second animation is started before the completion of first one.", "creator": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK:2.1.4.v20121030173408\r\nStudio: 3.0.0.201210220122\r\nDevice: iPhone 4s(v 5.1)\r\nOS: OSX 10.8", "comment": { "comments": [ { "id": "226001", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Check this on in 3.0 latest and update with your findings", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-02T18:15:08.000+0000", "updated": "2012-11-02T18:15:08.000+0000" }, { "id": "226112", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This issue occurs on latest 3.0 ie 3.0.0.v20121030170824 as well.", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-05T07:08:00.000+0000", "updated": "2012-11-05T07:08:00.000+0000" }, { "id": "232056", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR https://github.com/appcelerator/titanium_mobile/pull/3620", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-19T21:23:01.000+0000", "updated": "2012-12-19T21:23:01.000+0000" }, { "id": "234709", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with: \r\nSDK:3.1.0.v20130114171802\r\nStudio:3.0.1.201212181159\r\nDevice: iPad2(v5.1), iPhone4s(v 5.1)\r\n\r\nControls are rendered correctly after mixed animations.\r\n", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-01-17T02:13:45.000+0000", "updated": "2013-01-17T02:13:45.000+0000" }, { "id": "235237", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Reopening to add comment\r\nBackport Task TIMOB-12320\r\nBackport PR https://github.com/appcelerator/titanium_mobile/pull/3746", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-01-21T19:14:59.000+0000", "updated": "2013-01-21T19:14:59.000+0000" }, { "id": "262803", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "body": "updated the labels", "updateAuthor": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-07-23T09:48:53.000+0000", "updated": "2013-07-23T09:48:53.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }