Bug 209903

Summary: Video previews on shutterstock.com don't play when tapped on iPadOS
Product: WebKit Reporter: Antoine Quint <graouts>
Component: New BugsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, cdumez, eric.carlson, esprehn+autocc, ews-watchlist, glenn, graouts, gyuyoung.kim, japhet, jer.noble, macpherson, menard, philipj, sergio, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 279344    
Attachments:
Description Flags
Patch
none
Patch wenson_hsieh: review+

Antoine Quint
Reported 2020-04-02 06:36:27 PDT
Video previews on shutterstock.com don't play when tapped on iPadOS
Attachments
Patch (25.46 KB, patch)
2020-04-02 06:40 PDT, Antoine Quint
no flags
Patch (4.34 KB, patch)
2020-04-02 08:07 PDT, Antoine Quint
wenson_hsieh: review+
Antoine Quint
Comment 1 2020-04-02 06:40:15 PDT
Antoine Quint
Comment 2 2020-04-02 06:40:20 PDT
Wenson Hsieh
Comment 3 2020-04-02 07:57:31 PDT
Comment on attachment 395264 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=395264&action=review > Source/WebCore/loader/DocumentLoader.h:138 > + Allow, > + Deny, Nit - sounds a bit weird for a `CanPrevent~` enum to have values of Allow and Deny. Maybe just Default, No, and Yes?
Antoine Quint
Comment 4 2020-04-02 08:07:20 PDT
Antoine Quint
Comment 5 2020-04-02 08:54:24 PDT
(In reply to Wenson Hsieh from comment #3) > Comment on attachment 395264 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=395264&action=review > > > Source/WebCore/loader/DocumentLoader.h:138 > > + Allow, > > + Deny, > > Nit - sounds a bit weird for a `CanPrevent~` enum to have values of Allow > and Deny. Maybe just Default, No, and Yes? The newer patch removes the desktop-specific part of the quirk.
Antoine Quint
Comment 6 2020-04-02 08:58:18 PDT
Note You need to log in before you can comment on or make changes to this bug.