[Webkit-unassigned] [Bug 52094] [GTK] Dragging images and links results in a DataTransfer object containing a non-empty files array
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 25 03:38:29 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=52094
Antaryami Pandia (apandia) <antaryami.pandia at motorola.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |antaryami.pandia at motorola.c
| |om
--- Comment #1 from Antaryami Pandia (apandia) <antaryami.pandia at motorola.com> 2012-04-25 03:38:29 PST ---
Hi Martin,
As per my understanding when doing a drag, the "EventHandler::performDragAndDrop", should be called. But in this case it's not getting called. I tried further debugging and found that "beginDragWithFilesCallback" (of DumpRendererTree/gtk/eventsender.cpp) is also not getting called.
I am using the below commands to debug the test using dumprenderertree:-
1. gdb WebKitBuild/Debug/Programs/DumpRenderTree
2. b EventSender.cpp:473 // beginDragWithFilesCallback method
3. r PATH-TO-LOCATION/LayoutTests/editing/pasteboard/drag-files-to-editable-element.html
Please let me know if I am missing something.
Any pointers will be helpful.
Thanks
-Antaryami
--
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