[Webkit-unassigned] [Bug 58210] webkit should implement the dropzone attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 07:12:11 PDT 2011


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





--- Comment #11 from Yael <yael.aharon at nokia.com>  2011-04-27 07:12:11 PST ---
(In reply to comment #10)
> (From update of attachment 91167 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=91167&action=review
> 
> > Source/WebCore/dom/Clipboard.cpp:164
> > +    String platformType = platformTypeForHTMLType(type);
> 
> Maybe you can just convert the type to lowercase and avoid having to call equalIgnoringCase.
> 
> "The drag data item type string
> A Unicode string giving the type or format of the data, generally given by a MIME type. Some values that are not MIME types are special-cased for legacy reasons. The API does not enforce the use of MIME types; other values can be used as well. In all cases, however, the values are all converted to ASCII lowercase by the API."
> 
> I would consider it a bug if any implementation of Clipboard returned non-lowercased values for a file's type or from types().
> 
Filed https://bugs.webkit.org/show_bug.cgi?id=59606

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