[Webkit-unassigned] [Bug 58719] New: Cancelling fullscreen doesn't properly reset internal state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 15 18:21:03 PDT 2011


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

           Summary: Cancelling fullscreen doesn't properly reset internal
                    state
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scherkus at chromium.org
                CC: jer.noble at apple.com


Root problem is m_fullscreenElement remains non-null, which means webkitIsFullScreen() returns false but webkitCurrentFullScreenElement() returns the old (and I think detached!) element and a successive call to webkitCancelFullScreen() results in all sorts of bad stuff.

-- 
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