Bug 257638
| Summary: | Existing full screen should abort screen orientation pending promises | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcos Caceres <marcosc> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar, WPTImpact |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://wpt.live/screen-orientation/fullscreen-interactions.html | ||
Marcos Caceres
When exiting full screen [1] on Step 9 (as of date when this bug was filed), the full screen API calls into the Screen Orientation Spec run the "fully unlock the screen orientation steps" of |doc|.
However, WebKit doesn't currently reject the document's [[orientationPendingPromise]].
[1]https://fullscreen.spec.whatwg.org/#exit-fullscreen
[2]https://w3c.github.io/screen-orientation/#dfn-fully-unlock-the-screen-orientation-steps
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/110153261>
Marcos Caceres
Pull request: https://github.com/WebKit/WebKit/pull/14617