Bug 55922

Summary: [Qt] Qt doesn't add aliases for "text/plain" to ClipboardQt::types
Product: WebKit Reporter: Daniel Cheng <dcheng>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED LATER    
Severity: Normal CC: benjamin
Priority: P5 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

Description Daniel Cheng 2011-03-07 20:45:43 PST
I'm not sure this is the actual failure mode, but a quick inspection seems to point to that as an explanation.
Comment 1 Benjamin Poulain 2011-03-14 03:52:11 PDT
What is the failing use case?
Comment 2 Benjamin Poulain 2011-03-16 04:11:44 PDT
Not closing since this is reported by a WebKitten. But setting low priority since this is not clear what the bug is.
Comment 3 Daniel Cheng 2011-03-16 19:31:46 PDT
I think I may have confused myself on the correct behavior here. I thought event.DataTransfer.types was supposed to include "text" if "text/plain" was in the list of available types. However, upon reading the standard again, I don't know if this is the case (it may have been an older draft I'm remembering). I'll have to look into this more.
Comment 4 Benjamin Poulain 2011-03-17 03:02:42 PDT
Ok. I close for now then. Please reopen when you have more info if it is a valid bug.