[TIMOB-971] iphone: close video player and get black screen
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:54:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M08 |
Components | iOS |
Labels | ios, release-1.6.0, video |
Reporter | Jeff Haynie |
Assignee | Blain Hamon |
Created | 2011-04-15T02:40:29.000+0000 |
Updated | 2011-04-17T01:54:50.000+0000 |
Description
Testing with the RL demo (see Nolan for latest) and after you start video and click Done button, you get a black screen and you can't do anything.
Comments
- Stephen Tramer 2011-04-15
See #1014. Either fixed as part of my video player fixes, or we can't do anything about this because of how video players work. I've marked it as open so that I can get my hands on the test and make sure it's one of these two.
- Stephen Tramer 2011-04-15
Still waiting on the code to test this.
- Blain Hamon 2011-04-15
Stephen: Did you ever get the code to test this?
- Stephen Tramer 2011-04-15
Never got code to test, and I've never seen it since it was reported. Plus there were tons of video player changes in the interim. I'd say fixed-in-qa it but we don't have a test to test that it's fixed.
- Stephen Tramer 2011-04-15
Might be related to another M07 bug. Going to swap back to 'new'.
- Stephen Tramer 2011-04-15
Probably invalid, bumping from M07 so it's not a firm commitment to check. More important things to do.
- Stephen Tramer 2011-04-15
Going to fixed-in-qa this; unable to repo (as described) on any video player in the modern world. Unable to test against sample code; was never provided.
- Thomas Huelbert 2011-04-15
I saw RL exhibit this behavior months ago, IIRC it was a scripting issue. closing
- Blain Hamon 2011-04-15
Housekeeping! Paperwork is in order.
- Kael 2011-04-15
I can reproduce the black screen issue with KitchenSink and KS-iPad (Titanium SDK 1.6 - iOS 4.2).
On iPad:
1. KS-iPad > Open Main Tests > Embedded Video
2. Fullscreen > and press play
3. Then press (and stay pressed) the forward button until the end of the video!
Then you will see the black screen!!On iPhone:
Just remove the line "win.close()" in file "movie_local.js" in kitchensink and process as on KS-iPad.