[Webkit-unassigned] [Bug 58732] [Qt] Unable to DnD content in certain websites

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 16 11:24:27 PDT 2011


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





--- Comment #1 from Aparna Nandyal <aparna.nand at wipro.com>  2011-04-16 11:24:28 PST ---
Analysis:
Refer http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd 

As per the document, when getData is called:
If format equals "text", change it to "text/plain".
If format equals "url", change it to "text/uri-list"

Few other webkit ports like Win, chromium adhere to this. 

That is when setData is used with say text/plain or text/uri-list and getData is called with text or url (or vice versa), DnD fails. In the current code, it does not recognize "text" = "text/plain" and "url" = "text/uri-list"

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