[Webkit-unassigned] [Bug 114530] New: requestFullscreen on the current fullscreen element should fire fullscreen error.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 12 13:23:09 PDT 2013


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

           Summary: requestFullscreen on the current fullscreen element
                    should fire fullscreen error.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: https://github.com/GoogleChrome/chrome-app-samples/blo
                    b/master/window-state/window.html
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jer.noble at apple.com


Cloned from <http://code.google.com/p/chromium/issues/detail?id=229803>:

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1472.0 Safari/537.36

Steps to reproduce the problem:
1. Install the Window State example from the chrome-app-samples repo (https://github.com/GoogleChrome/chrome-app-samples/tree/master/window-state ) 
2. Launch it, then "Enter" next to HTML5 fullscreen
3. (App goes fullscreen) Click "Enter" again
4. Click "Exit"

What is the expected behavior?
App stops being fullscreen

What went wrong?
App stays fullscreen. Clicking "Exit" again will cause it to stop being fullscreen. You have to press "Exit" as many times as you've pressed "Enter". (These buttons are just calling webkitRequestFullscreen and webkitExitFullscreen respectively.)

WebStore page: 

Did this work before? No 

Chrome version: 28.0.1472.0  Channel: canary
OS Version: OS X 10.7.5

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list