[TIMOB-542] Modal won't go into landscape
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:53:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.1.0 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:31:30.000+0000 |
Updated | 2011-04-17T01:53:27.000+0000 |
Description
Base UI => Window Standalone.
open modal, change orientation to portait (window allows for landscape_left and right, but changing the device orientation has no effect).
Due to needs of changing the orientation before presenting a modal view (As to not interrupt the modal transition), the modal opening attachment is lost. Indeed, it's not really there to begin with, as opening a modal view opens it on the root Titanium View Controller, not by the tab/window that called it.
As such, would it be acceptable that windows opened modally do not inherit the calling window's orientations, the same way that nonmodal (Yet non-tab-opened) windows also do not inherit the calling window's orientations?
are you saying that modal windows should not inherit orientations of the window that opened them? if so, i agree. could i make this work by setting the orientationModes within a modal window
Yes, that's what I mean. It currently still is broken, but the expected behavior would be that orientationModes on a modal window work as expected on any other opened window.