[Webkit-unassigned] [Bug 98951] New: Events should be dispatched to nodes inside a sandboxed iframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 10 13:17:17 PDT 2012


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

           Summary: Events should be dispatched to nodes inside a
                    sandboxed iframe
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Events
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: evn at google.com
                CC: abarth at webkit.org


Filing the crbug.com/144767 filed by randomdross00 here per abarth request :)

When using the sandbox attribute on a frame it is often important for the outer page to receive a notification that the user clicked a link within the sandboxed content.  To implement this on IE 10, it is possible to set allow-same-origin on the sandbox, then have the outer page set an event handler (eg: onclick) on links within the frame.  Notably the sandboxed content still has script disabled and the event handlers should not subvert that level of protection.

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