Bug 132910

Summary: [GTK] Layout Test editing/pasteboard/drag-drop-paragraph-crasher.html is failing
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, cgarcia, darin, mmaxfield, mrobinson, rniwa, svillar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Comment 1 Myles C. Maxfield 2014-05-14 12:14:44 PDT
I don't have a GTK environment, so I can't really investigate this. :(

Does GTK support selecting text, then dragging it into a contenteditable div? Another idea is that the test describes mouse position in terms of pixels; perhaps GTK's elements are in different positions?
Comment 2 Carlos Alberto Lopez Perez 2014-05-14 18:54:00 PDT
(In reply to comment #1)
> I don't have a GTK environment, so I can't really investigate this. :(
> 
> Does GTK support selecting text, then dragging it into a contenteditable div? Another idea is that the test describes mouse position in terms of pixels; perhaps GTK's elements are in different positions?

I'm not sure. I'm CCing some of my colleagues that may ask this question better than me.

In the meanwhile I have updated the TestExpectations file for GTK for this test on r168865 <http://trac.webkit.org/r168865>
Comment 3 Carlos Alberto Lopez Perez 2014-05-14 18:55:36 PDT
(In reply to comment #2)
> ... that may ask this question ...
               ^^    answer
Comment 4 Martin Robinson 2014-05-15 15:06:20 PDT
I don't think the WebKit2 WebKitTestRunner supports drag-and-drop operations at the moment. The test should be lumped with existing drag-and-drop failures.