Bug 167552 - [Modern Media Controls] REGRESSION: Video stops playing after going into Full Screen in media documents
Summary: [Modern Media Controls] REGRESSION: Video stops playing after going into Full...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
: 168166 168167 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-01-28 06:36 PST by Antoine Quint
Modified: 2017-02-13 02:18 PST (History)
3 users (show)

See Also:


Attachments
Patch (7.42 KB, patch)
2017-01-28 07:26 PST, Antoine Quint
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2017-01-28 06:36:48 PST
When entering fullscreen for a video that is displayed as a Media Document, the video is paused. This is due to MediaDocument.cpp having some built-in behaviour in MediaDocument::defaultEventHandler() that toggles playback when the video is clicked or double-clicked, so clicking on the fullscreen button, or any button for that matter, pauses playback if the video is playing.
Comment 1 Antoine Quint 2017-01-28 06:37:02 PST
<rdar://problem/29601646>
Comment 2 Antoine Quint 2017-01-28 07:26:32 PST
Created attachment 300034 [details]
Patch
Comment 3 WebKit Commit Bot 2017-01-28 10:18:02 PST
Comment on attachment 300034 [details]
Patch

Clearing flags on attachment: 300034

Committed r211339: <http://trac.webkit.org/changeset/211339>
Comment 4 WebKit Commit Bot 2017-01-28 10:18:06 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Antoine Quint 2017-02-13 02:18:19 PST
*** Bug 168167 has been marked as a duplicate of this bug. ***
Comment 6 Antoine Quint 2017-02-13 02:18:26 PST
*** Bug 168166 has been marked as a duplicate of this bug. ***