[Webkit-unassigned] [Bug 30150] New: Accessing to clipboardData.types make WebKit.app to crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 21:51:35 PDT 2009


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

           Summary: Accessing to clipboardData.types make WebKit.app to
                    crash
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: taiyoster at gmail.com


Accessing to clipboardData.types make WebKit.app (6531.9, r49209) to crash.

-Reproduce
1. Assign following any website contains elements which is capable to be
pasted.
 document.body.addEventListener("paste" ,
function(e){window.console.log(e.clipboardData.types)}, true)

2. Do "Paste" onto element
3. WebKit.app crashes.


-Additional information
This problem does not occur on Safari 4.0.3 (6531.9)

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