WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
167012
Can't fullscreen element if parent element is already fullscreen
https://bugs.webkit.org/show_bug.cgi?id=167012
Summary
Can't fullscreen element if parent element is already fullscreen
Aloke Desai
Reported
2017-01-13 11:35:22 PST
Created
attachment 298774
[details]
Simple repro case If a document's body is fullscreen, a child iFrame can't go fullscreen (even though it has the correct allowfullscreen/webkitallowfullscreen attributes). This seems to contradict the WHATWG fullscreen API as any descendant element should be able to go fullscreen if a parent element is already fullscreen. This is works as intended in both Chrome and Firefox.
Attachments
Simple repro case
(2.13 KB, application/zip)
2017-01-13 11:35 PST
,
Aloke Desai
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-01-13 11:37:04 PST
<
rdar://problem/30017129
>
Frédéric Wang (:fredw)
Comment 2
2018-05-23 07:39:55 PDT
I can confirm the issue with the repro case. The parent element remains fullscreen when we try to fullscreen the child. However, I don't see any fullscreenerror message.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug