[TIMOB-8500] iOS: NavBar moves out of place on video player
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-04-13T11:57:52.000+0000 |
Affected Version/s | Release 1.8.2 |
Fix Version/s | Release 2.1.0, Sprint 2012-08 |
Components | iOS |
Labels | KitchenSink, SupportTeam, api |
Reporter | Junaid Younus |
Assignee | Vishal Duggal |
Created | 2012-04-03T09:38:38.000+0000 |
Updated | 2013-01-17T11:41:50.000+0000 |
Description
*Code*
app.js:
http://pastebin.com/9WWvyqeK
videoplayer.js:
http://pastebin.com/BYBMQ0mM
*Expected behavior*
The nav bar should be fine, without overlapping anything.
*Actual behavior*
When you actually follow the steps by the customer below, the nav bar seems to overlap the window on the top.
*Comments from customer*
While a video is running, if orientation switches to landscape and video is set to full screen, then when orientation goes back to portrait and video.fullscreen = false, the window is positioned incorrectly. Basically, the title bar of the window is underneath the status bar. On my real app, the width of the window is cut off as well.
*Notes*
-Only tested on an iPhone 3GS running 5.0.1
-Customer's deadline for his project is this Friday, 6th April, so he needs this fixed before then.
-HD ticket: http://support-admin.appcelerator.com/display/APP-237638
Pull pending https://github.com/appcelerator/titanium_mobile/pull/1972
Fix may regress TIMOB-1526 or TIMOB-3876.