Bug 132910 - [GTK] Layout Test editing/pasteboard/drag-drop-paragraph-crasher.html is failing
Summary: [GTK] Layout Test editing/pasteboard/drag-drop-paragraph-crasher.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-14 09:43 PDT by Carlos Alberto Lopez Perez
Modified: 2017-03-11 10:58 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.