[Webkit-unassigned] [Bug 156723] New: Context menu items related to fullscreen should be specific to standard fullscreen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 18 17:13:42 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156723

            Bug ID: 156723
           Summary: Context menu items related to fullscreen should be
                    specific to standard fullscreen
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: adachan at apple.com

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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160419/b99195d5/attachment.html>


More information about the webkit-unassigned mailing list