Bug 180144 - [iOS] Media controls should stop updating while media is playing in fullscreen
Summary: [iOS] Media controls should stop updating while media is playing in fullscreen
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified iOS 11
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-29 08:42 PST by Antoine Quint
Modified: 2018-02-15 05:56 PST (History)
3 users (show)

See Also:


Attachments
Patch (14.00 KB, patch)
2017-11-29 08:48 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-11-29 08:42:30 PST
We need to prevent the inline media controls from updating while media is playing in fullscreen.
Comment 1 Antoine Quint 2017-11-29 08:42:40 PST
<rdar://problem/35060379>
Comment 2 Antoine Quint 2017-11-29 08:48:39 PST
Created attachment 327858 [details]
Patch
Comment 3 WebKit Commit Bot 2017-11-29 11:05:14 PST
Comment on attachment 327858 [details]
Patch

Clearing flags on attachment: 327858

Committed r225279: <https://trac.webkit.org/changeset/225279>
Comment 4 WebKit Commit Bot 2017-11-29 11:05:15 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Antoine Quint 2018-02-15 05:56:25 PST
We regressed when fixing https://bugs.webkit.org/show_bug.cgi?id=182668. EWS didn't catch the failure but internal bots did since the test for this behaviour only runs internally due to usage of touch events. The fix is being tracked in https://bugs.webkit.org/show_bug.cgi?id=182830.