{ "id": "61174", "key": "TIMOB-542", "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": "11220", "name": "Release 1.1.0", "archived": true, "released": true } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:53:27.000+0000", "created": "2011-04-15T02:31:30.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:53:27.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}
Base UI => Window Standalone.
\nopen modal, change orientation to portait (window allows for\nlandscape_left and right, but changing the device orientation has\nno effect).
Due to needs of changing the orientation before presenting a\nmodal view (As to not interrupt the modal transition), the modal\nopening attachment is lost. Indeed, it's not really there to begin\nwith, as opening a modal view opens it on the root Titanium View\nController, not by the tab/window that called it.
\nAs such, would it be acceptable that windows opened modally do\nnot inherit the calling window's orientations, the same way that\nnonmodal (Yet non-tab-opened) windows also do not inherit the\ncalling window's orientations?
are you saying that modal windows should not inherit\norientations of the window that opened them? if so, i agree. could\ni make this work by setting the orientationModes within a modal\nwindow
Yes, that's what I mean. It currently still is broken, but the\nexpected behavior would be that orientationModes on a modal window\nwork as expected on any other opened window.