{ "id": "65974", "key": "TIMOB-4281", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-05T21:10:51.000+0000", "created": "2011-06-01T14:51:02.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "ipad" ], "versions": [], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-05T21:10: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": "When using a url for the window in a splitWindow, the window gets added, but the js file in the URL is not run/opened\n\n{code:lang=javascript|title=app.js}\nvar orientation_modes = [Titanium.UI.LANDSCAPE_LEFT,Titanium.UI.LANDSCAPE_RIGHT];\n\nmasterWindow = Ti.UI.createWindow({\n\t\torientationModes:orientation_modes,\n\t\turl:'master.js' //or any js file\n});\ndetailWindow = Ti.UI.createWindow({\n\t\torientationModes:orientation_modes,\t\t\n\t\turl:'detail.js' //or any js file\n});\n\nsplitView = Ti.UI.iPad.createSplitWindow({\n\t\tmasterView: masterWindow,\n\t\tdetailView: detailWindow\n});\n\nsplitView.open();\n{code}", "attachment": [], "flagged": false, "summary": "splitWindow not opening window URL", "creator": { "name": "mapperson", "key": "mapperson", "displayName": "Matthew Apperson", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mapperson", "key": "mapperson", "displayName": "Matthew Apperson", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS at least 1.6 mobile sdk + (1.6 was the oldest I tested, 1.7 was the newest)", "comment": { "comments": [ { "id": "421019", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to the time passed and lack of progress over the past few years.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-05T21:10:51.000+0000", "updated": "2017-06-05T21:10:51.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }