[Webkit-unassigned] [Bug 30266] REGRESSION(r47852): Crash on drag and drop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 15:36:12 PDT 2009


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





--- Comment #11 from Daniel Bates <dbates at webkit.org>  2009-10-16 15:36:12 PDT ---
There is probably overlap here.

Microsoft differentiates the dataTransfer and clipboardData objects. The former
is with respect to event objects and the latter with respect to the window
object (see first sentence of "Data Transfer Objects" at
http://msdn.microsoft.com/en-us/library/ms537658%28VS.85%29.aspx).

It sounds like WebKit uses the same pipeline for handling this kind of
functionality, but I have not checked. Though, it wouldn't surprise me if they
did at some point since these objects share a common goal of transferring data.

For your reference, this test case tests the issue with respect to
event.dataTransfer. The test case
<http://trac.webkit.org/browser/trunk/LayoutTests/editing/pasteboard/crash-accessing-clipboardData-types.html?rev=49513>
seems to test with respect to window.clipboardData (but it even looks like
window.clipboardData == event.clipboardData == event.dataTransfer - but I
haven't confirmed this).

We can remove the test case if you want. What are your thoughts? 

(In reply to comment #10)
> >        Although this issue has been resolved as of nightly r49550 we should add a
> >        test case so that we can prevent a regression of this issue.
> 
> I think this was resolved in <http://trac.webkit.org/changeset/49513>, which
> already includes a test case. Is this new test different in some interesting
> way?

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