[Webkit-unassigned] [Bug 89817] New: webkitCancelFullScreen() is not working for fullscreen elements in iframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 23 14:34:34 PDT 2012


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

           Summary: webkitCancelFullScreen() is not working for fullscreen
                    elements in iframes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mfeil at rim.com
                CC: jer.noble at apple.com


This problem was discovered in the BlackBerry port during manual testing of fullscreen video at:
http://w3schools.com/html5/tryit.asp?filename=tryhtml5_video_all

The video element is in an iframe, and exiting fullscreen resulted in a crash. The exitFullScreenForElement() call was being made on the topDocument (which has a null m_fullScreenElement) instead of the iframe's document.

I also found 3 lines of dead code that I propose removing to reduce confusion, and a missing "else" statement.

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