Hi all,
my environment:
- Latest build of Titanium Mobile 1.8.0 (timestamp=10/14/11 14:14, githash=03b8453)
- iOS Simulator Version 5.0 (272)
- MacOSX 10.6.8
- Xcode Version 4.2
- Titanium Studio build: 1.0.4.201108101535
To reproduce:
- Open KitchenSink
- Tab Controls
- Click ButtonBar or TabbedBar
- Rotate the device to landscape.
Result:
The NavBar has the same height as in Portrait Mode. This was not the case in previous Versions, for example version=1.8.0, timestamp=08/03/11 08:50, githash=f4ec9aa and also earlier 1.7, 1.6 Versions... In my app, there is also some content not displayed after this rotation cause of the higher NavBar.
My expected result:
The NavBar has a smaller height after rotation as usual when no ButtonBar or TabbedBar is added.
One more thing:
There is maybe another issue. When changing the rotation back to portrait afterwards, the orientation isn't handled. Should display the app in portrait but is still displayed in landscape mode.
Have already searched Jira and Forum but haven't found anything about this issue. Is this a bug/regression or is this expected? Is there a workaround?
Greetings and thank you