{ "id": "63400", "key": "TIMOB-2768", "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": "11258", "description": "Holding Pen for Triaged Issues", "name": "Backlog", "archived": false, "released": false } ], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T03:29:02.000+0000", "created": "2011-04-15T03:29:01.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "apple", "bar", "bug", "ios", "ipass1", "status", "video" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-07T19:56:48.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}

In tiapp.xml, setting the status bar hidden, hides the status\nbar as expected. But when a movie is played using\n'createVideoPlayer' the status bar appears and cannot be hidden\nagain. This is from a Help Desk ticket:
\nhttp://developer.appcelerator.com/helpdesk/view/63571

\n

Here is a sample code: http://pastie.org/private/qvp8jfkqm2jgi33qvurniq

{html}", "attachment": [], "flagged": false, "summary": "status bar appears when video is played", "creator": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "129366", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Apple bug. Transitioning to fullscreen mode in a video forces\nthe display of the status bar - however, exiting it removes the\nstatus bar from the screen (whether by 'DONE' button or some other\nmethod).

\n

Radar bug # 8925941.

\n

Moving to TBS/HOLD because it relies on Apple fixing the\nissue.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:29:02.000+0000", "updated": "2011-04-15T03:29:02.000+0000" }, { "id": "129367", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

I understand that this is an Apple bug, but the status bar does\nnot disappear after the video is done.
\nCode:

\n
\n// =======================================\n//   app.js\n\nvar win1 = Ti.UI.createWindow({});\nvar image = Titanium.UI.createImageView({image:'images/V/v0.jpg'});\n\nwin1.add(image); \nwin1.open();\n\nimage.addEventListener('click', function(e){    \n    var videowin = Titanium.UI.createWindow({\n        url: 'video1_play.js',\n    });\n    videowin.open();\n});\n\n\n// =======================================\n// video1_play.js\n\nvar videowin = Titanium.UI.currentWindow;\n\nvar v=Titanium.Media.createVideoPlayer({\n    contentURL:'movie.mp4',\n    movieControlMode:Titanium.Media.VIDEO_CONTROL_FULLSCREEN,\n\n});\nv.addEventListener('complete',function(){   \n    videowin.close();\n});\n\nvideowin.add(v);\nv.play();\n
\n

iPad Simulator 4.2
\nTi SDK 1.6 RC1

\n

Helpdesk ticket: http://developer.appcelerator.com/helpdesk/view/73021

{html}", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:29:02.000+0000", "updated": "2011-04-15T03:29:02.000+0000" }, { "id": "129368", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Apple has marked the bug invalid ('correct behavior').

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:29:02.000+0000", "updated": "2011-04-15T03:29:02.000+0000" }, { "id": "208248", "author": { "name": "benlebt", "key": "benlebt", "displayName": "Ben S.", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This bug is also existing in current 2.1.0 Release with IOS SDK 5.1, simulator and on device. It primarily comes up when you set \r\n\r\nmediaControlStyle:Titanium.Media.VIDEO_CONTROL_FULLSCREEN\r\n\r\nwhen creating a video player instance. Then the status bar is opened with the video player and not closed after player is closed.", "updateAuthor": { "name": "benlebt", "key": "benlebt", "displayName": "Ben S.", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-18T01:05:42.000+0000", "updated": "2012-07-19T08:24:04.000+0000" }, { "id": "409607", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-07T19:56:48.000+0000", "updated": "2017-03-07T19:56:48.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }