Bug 59606

Summary: [Mac] Clipboard::getData() should not be case sentitive
Product: WebKit Reporter: Yael <yael>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: dcheng, enrica
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Yael 2011-04-27 07:10:00 PDT
Based on comment https://bugs.webkit.org/show_bug.cgi?id=58210#c10 , ClipboardMac::getData() should not be case sentitive.
Calling dataTransfer.setData and later on dataTransfer.getData will fail if the case if the types does not match.