Bug 191629

Summary: 'webkitbeginfullscreen' is fired when webkitPresentationMode changed to 'picture-in-picture'
Product: WebKit Reporter: Oded <oded.hutzler>
Component: WebKit APIAssignee: Peng Liu <peng.liu6>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: eric.carlson, jeremyj-wk, jer.noble, mattias.buelens, oren.me, peng.liu6, roy.bregman, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 12   
Hardware: Mac   
OS: macOS 10.13   
See Also: https://bugs.webkit.org/show_bug.cgi?id=216051

Description Oded 2018-11-14 02:49:56 PST
when changing webkitPresentationMode to 'picture-in-picture' on safari (on mac, not on iPad) the webkitbeginfullscreen event is fired.
steps to reproduce:
1. enter https://codepen.io/anon/pen/GwWvQE on safari-mac.
2. click togglePIP button
3. see the event is fired.
Comment 1 Radar WebKit Bug Importer 2018-11-14 10:24:32 PST
<rdar://problem/46066873>
Comment 2 Roy Bregman 2020-06-28 01:04:27 PDT
Hey guys, any update on this issue?
Comment 3 Peng Liu 2020-09-02 17:46:48 PDT
The patch for bug 215972 fixes this bug as well.

*** This bug has been marked as a duplicate of bug 215972 ***