{ "id": "61603", "key": "TIMOB-971", "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": "11241", "name": "Release 1.6.0 M08", "archived": true, "released": true, "releaseDate": "2011-02-07" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:54:50.000+0000", "created": "2011-04-15T02:40:29.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "ios", "release-1.6.0", "video" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:54:50.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}
Testing with the RL demo (see Nolan for latest) and after you\nstart video and click Done button, you get a black screen and you\ncan't do anything.
See #1014. Either fixed as part of my video player\nfixes, or we can't do anything about this because of how video\nplayers work. I've marked it as open so that I can get my hands on\nthe test and make sure it's one of these two.
Still waiting on the code to test this.
Stephen: Did you ever get the code to test this?
Never got code to test, and I've never seen it since it was\nreported. Plus there were tons of video player changes in the\ninterim. I'd say fixed-in-qa it but we don't have a test to test\nthat it's fixed.
Might be related to another M07 bug. Going to swap back to\n'new'.
Probably invalid, bumping from M07 so it's not a firm commitment\nto check. More important things to do.
Going to fixed-in-qa this; unable to repo (as described) on any\nvideo player in the modern world. Unable to test against sample\ncode; was never provided.
I saw RL exhibit this behavior months ago, IIRC it was a\nscripting issue. closing
Housekeeping! Paperwork is in order.
I can reproduce the black screen issue with KitchenSink and\nKS-iPad (Titanium SDK 1.6 - iOS 4.2).
\nOn iPad:
\n1. KS-iPad > Open Main Tests > Embedded Video
\n2. Fullscreen > and press play
\n3. Then press (and stay pressed) the forward button until the end\nof the video!
\nThen you will see the black screen!!
On iPhone:
\nJust remove the line \"win.close()\" in file \"movie_local.js\" in\nkitchensink and process as on KS-iPad.