[Webkit-unassigned] [Bug 58206] [Qt] HTML5 drag and drop not working when getData is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 1 23:19:52 PDT 2011


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





--- Comment #7 from Aparna Nandyal <aparna.nand at wipro.com>  2011-05-01 23:19:52 PST ---
This is broken on all the ports because, we dont allow getData to be called when drag start or drag over is happening. This is for security reason, that getData can be accessed only during drop event and not before that. This so, because when you are dragging data across documents on your desktop, you do not want getData to be called by intermittent document which is not suppose to have access to data. The real solution to this problem would be to check if the dragging is happening within the same document (if within same domain), then getData can be accessed in drag enter and drag over event too. This is the implementation in other browsers like firefox.

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