[Webkit-unassigned] [Bug 77630] New: onbeforepaste fired on context menu of contentedtibale="true" body

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 05:09:26 PST 2012


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

           Summary: onbeforepaste fired on context menu of
                    contentedtibale="true" body
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fredck at fredck.com


1. Create a page with the following HTML:
<html>
<body onbeforepaste="alert('onbeforepaste fired!');" contenteditable="true">
</body>
</html>

2. Open it on IE.
3. Open the context menu on it by either right-cliking on the page or by using the context menu button of the keyboard.

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