[Webkit-unassigned] [Bug 76925] New: dropzone does not normalize type strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 24 10:40:41 PST 2012


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

           Summary: dropzone does not normalize type strings
           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: dcheng at chromium.org
                CC: yael.aharon at nokia.com
            Blocks: 76218,76598


Per http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute, the types are supposed to be normalized by lowercasing (with NO special conversion from text->text/plain and url->text/uri-list, but since dropzone checks against the types() collection directly, the type normalization that ports generally do in getData()/setData(), etc is ignored.

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