RESOLVED FIXED 204376
Assertion failure in HTMLMediaElement::enterFullscreen()
https://bugs.webkit.org/show_bug.cgi?id=204376
Summary Assertion failure in HTMLMediaElement::enterFullscreen()
Peng Liu
Reported 2019-11-19 14:15:40 PST
Calling function video.webkitSetPresentationMode('inline') when the video element is in inline mode will fail at "ASSERT(mode != VideoFullscreenModeNone)" in HTMLMediaElement::enterFullscreen().
Attachments
Patch (1.31 KB, patch)
2019-11-19 16:06 PST, Peng Liu
eric.carlson: review+
Patch (3.33 KB, patch)
2019-11-19 16:57 PST, Peng Liu
no flags
Patch (4.15 KB, patch)
2019-11-19 17:05 PST, Peng Liu
no flags
Radar WebKit Bug Importer
Comment 1 2019-11-19 14:16:20 PST
Peng Liu
Comment 2 2019-11-19 15:55:38 PST
The failure only happens on iPads.
Peng Liu
Comment 3 2019-11-19 16:06:54 PST
Eric Carlson
Comment 4 2019-11-19 16:24:42 PST
Comment on attachment 383918 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=383918&action=review > Source/WebCore/ChangeLog:8 > + No new tests are required. This should say why no new tests are required.
Peng Liu
Comment 5 2019-11-19 16:57:02 PST
Peng Liu
Comment 6 2019-11-19 17:05:54 PST
WebKit Commit Bot
Comment 7 2019-11-19 18:37:23 PST
Comment on attachment 383927 [details] Patch Clearing flags on attachment: 383927 Committed r252675: <https://trac.webkit.org/changeset/252675>
Note You need to log in before you can comment on or make changes to this bug.