Bug 255142
Summary: | webkitRequestFullscreen breaks on the whole page after exiting fullscreen with ESC key (on element inside an iframe) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Wojciech Czechowski <wojciech.czechowski> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Major | CC: | eric.carlson, jean-yves.avenard, jer.noble, ntim, pvollan, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 16 | ||
Hardware: | Mac (Intel) | ||
OS: | macOS 13 |
Wojciech Czechowski
I've bumped into this strange issue while working on fullscreen functionality in embeddable element. Entering entering fullscreen on element that is inside an iframe and exiting it by pressing ESC key on the keyboard breaks the whole fullscreen functionality on the entire page! webkitRequestFullscreen simply stops to work on any other elements.
It can be seen here: https://wojciechczechowski.pl/webkit-fs-bug/
This is really problematic, as it may cause break of the users website functionality as soon as he uses fullscreen on my custom, embedded element. Therefore I kindly ask to address this issue ASAP.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/107849714>
Tim Nguyen (:ntim)
Seems fixed in Safari 16.4, can you please retest and let us know?
Wojciech Czechowski
Yes, I can confirm, that it is fixed in Safari 16.4. Thanks!