{ "id": "61370", "key": "TIMOB-738", "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": "11223", "name": "Release 1.3.0", "archived": true, "released": true, "releaseDate": "2010-05-05" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:54:05.000+0000", "created": "2011-04-15T02:35:26.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "animation", "ios", "iphone" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:54:05.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": "{html}

bug is described here: \nhttps://developer.appcelerator.com/question/12361/in-12-sdk-opening...

\n

this code should display the described bug too:

\n
\n

// CREATE MAIN WINDOW

\n
\nTitanium.UI.setBackgroundColor('#363636');\n\nvar startupWindow = Titanium.UI.createWindow({ \n\n    backgroundColor: '#fff',\n    top: 0,\n    left: 0\n\n});\n\nvar startupView = Titanium.UI.createImageView({\n\n    url: 'Default.png'\n\n});\n\nstartupWindow.add(startupView);\n\nvar heartView = Ti.UI.createView({\n\n    top: 80,\n    left: 30,\n    width: 265,\n    height: 240,\n    backgroundColor: 'transparent'\n\n});\n\nstartupView.add(heartView);\n\nvar linkView = Ti.UI.createView({\n\n    top: 370,\n    left: 30,\n    width: 265,\n    height: 20,\n    backgroundColor: 'transparent'\n\n});\n\nstartupView.add(linkView);\n\nstartupWindow.open();\n
{html}", "attachment": [], "flagged": false, "summary": "opening a window in app.js is animated, while no animation is set since 1.2.0", "creator": { "name": "christiansigl", "key": "christiansigl", "displayName": "Christian Sigl", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "christiansigl", "key": "christiansigl", "displayName": "Christian Sigl", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "123924", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

running on head, i cannot reproduce the above code or the\noriginal code pasted in the original post.

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:35:26.000+0000", "updated": "2011-04-15T02:35:26.000+0000" }, { "id": "123925", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

Never mind, I was able to reproduce it now.

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:35:27.000+0000", "updated": "2011-04-15T02:35:27.000+0000" }, { "id": "123926", "author": { "name": "christiansigl", "key": "christiansigl", "displayName": "Christian Sigl", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

would it help, if i send you the complete project? maybe it\nsomehow depends on the \"Default.png\" i'm using for the\nsplash-screen

{html}", "updateAuthor": { "name": "christiansigl", "key": "christiansigl", "displayName": "Christian Sigl", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:35:27.000+0000", "updated": "2011-04-15T02:35:27.000+0000" }, { "id": "123927", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

OK - this seems to be related to Orientation Changes that were\nfixed in 1.2.

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:35:27.000+0000", "updated": "2011-04-15T02:35:27.000+0000" }, { "id": "123928", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

OK - this seems to be related to Orientation Changes that were\nfixed in 1.2.

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:35:27.000+0000", "updated": "2011-04-15T02:35:27.000+0000" }, { "id": "123929", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [1d06fb3c5d9b1da6af254f730521c5a2d2b52701])\n-[#738 state:resolved] fixed problem with initial\npremature animation on initial window -fixed 3.1 build issue\n\nhttp://github.com/appcelerator/titanium_mobile/commit/1d06fb3c5d9b1...

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:35:27.000+0000", "updated": "2011-04-15T02:35:27.000+0000" }, { "id": "123930", "author": { "name": "christiansigl", "key": "christiansigl", "displayName": "Christian Sigl", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

could you please point me to information how to compile the\ncurrent git-source on osx, as i need this patch to be able to\nsubmit my app. thanx for fixing this bug that fast, you are doing a\ngreat job with titanium mobile!

{html}", "updateAuthor": { "name": "christiansigl", "key": "christiansigl", "displayName": "Christian Sigl", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:35:27.000+0000", "updated": "2011-04-15T02:35:27.000+0000" }, { "id": "123931", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

You'll need the following to build:

\n\n

Then run from terminal:

\n
\n> git clone git://github.com/appcelerator/titanium_mobile.git\n> scons\n
\n

After you build (assuming successful), will place zip file in\ndist folder.

\n

Unzip that file into your /Library/Application\nSupport/Titanium

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:35:28.000+0000", "updated": "2011-04-15T02:35:28.000+0000" }, { "id": "123932", "author": { "name": "christiansigl", "key": "christiansigl", "displayName": "Christian Sigl", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

i had succees in building it. maybe you should add this to the\ndocs of titanium mobile in the developer section of your\nwebsite

\n

thanx for your support!!!

{html}", "updateAuthor": { "name": "christiansigl", "key": "christiansigl", "displayName": "Christian Sigl", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:35:28.000+0000", "updated": "2011-04-15T02:35:28.000+0000" } ], "maxResults": 9, "total": 9, "startAt": 0 } } }