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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 08:12:09 PDT 2009


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





--- Comment #20 from noel gordon <noel.gordon at gmail.com>  2009-10-20 08:12:09 PDT ---
In the layout test committed r49701, I noticed at line 43 that you call
event.dataTransfer.setData() with 'text' as the first argument.

Perhaps you meant to use a mine type 'text/plain', or the special value
for same defined in HTML5 -- 'Text', for the data type?

Some embedders are picky about the case-sensitivity of the type or will
only accept the HTML5 defined special values, or mime types.  Your test
wont pass on Chrome for example.

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