[Webkit-unassigned] [Bug 105794] New: Sandbox-blocked pointer lock should log to the console.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 27 04:18:09 PST 2012


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

           Summary: Sandbox-blocked pointer lock should log to the
                    console.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mkwst at chromium.org
                CC: scheib at chromium.org
            Blocks: 101964


The following frame should log something reasonable to the console when clicked (or throw a SecurityError exception?):

    <iframe sandbox="allow-scripts" srcdoc="<div></div><script>document.onclick = function () { document.querySelector('div').webkitRequestPointerLock(); }</script>"></iframe>

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