WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
156723
Context menu items related to fullscreen should be specific to standard fullscreen
https://bugs.webkit.org/show_bug.cgi?id=156723
Summary
Context menu items related to fullscreen should be specific to standard fulls...
Ada Chan
Reported
2016-04-18 17:13:42 PDT
Context menu items related to fullscreen should be specific to standard fullscreen. Right now the code uses HTMLMediaElement::isFullscreen() to check whether it should display "Enter Full Screen" or "Exit Full Screen", which could return true for other fullscreen modes. We should use a more specific check since the action of "Enter Full Screen" is going to standard full screen. <
rdar://problem/25452632
>
Attachments
Patch
(4.46 KB, patch)
2016-04-18 17:23 PDT
,
Ada Chan
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ada Chan
Comment 1
2016-04-18 17:23:11 PDT
Created
attachment 276682
[details]
Patch
Ada Chan
Comment 2
2016-04-19 10:59:06 PDT
Committed:
http://trac.webkit.org/changeset/199733
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