WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
30164
Video keeps playing after going fullscreen, then closing window
https://bugs.webkit.org/show_bug.cgi?id=30164
Summary
Video keeps playing after going fullscreen, then closing window
Simon Fraser (smfr)
Reported
2009-10-07 07:28:34 PDT
Steps: 1. Play a video element 2. Go fullscreen 3. Exit fullscreen 4. Close window. The video keeps playing (or, at least it did when I tried this on cuteoverload.com with Click To Flash installed).
Attachments
Patch
(1.25 KB, patch)
2009-10-12 09:07 PDT
,
Simon Fraser (smfr)
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2009-10-07 11:30:45 PDT
May be related to
bug 30119
Simon Fraser (smfr)
Comment 2
2009-10-12 09:07:27 PDT
Created
attachment 41047
[details]
Patch
Darin Adler
Comment 3
2009-10-12 09:15:36 PDT
Comment on
attachment 41047
[details]
Patch
> + QTMovieView *movieView = [[self fullscreenWindow] movieView]; > + [movieView setMovie:nil];
I would have done this on a single line without a local variable. I would have included a comment, since it's not obvious that the reason this is critical is that it stops the movie from playing. Further, the comment could clarify whether this is a workaround for a QTMovieView bug or if it's simply a subtle aspect of the design of QTMovieView, as well.
Simon Fraser (smfr)
Comment 4
2009-10-12 09:28:29 PDT
I filed <
rdar://problem/7295070
> on the underlying problem.
Simon Fraser (smfr)
Comment 5
2009-10-12 09:30:13 PDT
http://trac.webkit.org/changeset/49443
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug