[Webkit-unassigned] [Bug 157179] New: [GTK] Drag and drop can't be tested with WebKitTestRunner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 06:24:39 PDT 2016


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

            Bug ID: 157179
           Summary: [GTK] Drag and drop can't be tested with
                    WebKitTestRunner
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk, LayoutTestFailure
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org, carlosg at gnome.org,
                    lforschler at apple.com

The problem is that GTK+ is emitting the drag and drop events, because the drag and drop context is not handling the synthetic events generated by the EventSenderProxy. So, for example, when we generate a GDK_MOTION_NOTIFY by EventSenderProxy::mouseMoveTo(), the GdkDragContext doesn't handle that event and DRAG_MOTION is not called preventing the rest of the drag and drop protocol from working properly. So, in our tests we are never emitting the ondragenter and ondragover. I don't know if we can emulate it somehow, but we currently have several tests in the TestExpectation file pointing to a fixed bug, so we should at least update them to point to this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160429/1e07ffe3/attachment.html>


More information about the webkit-unassigned mailing list