Bug 31605 - [Win] Drag-and-drop processing model does not conform to HTML 5
Summary: [Win] Drag-and-drop processing model does not conform to HTML 5
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-17 16:52 PST by Daniel Bates
Modified: 2010-06-10 19:40 PDT (History)
3 users (show)

See Also:


Attachments
Layout test (10.72 KB, patch)
2009-11-17 16:54 PST, Daniel Bates
no flags Details | Formatted Diff | Diff
Isolated Test Case (7.47 KB, text/html)
2009-11-17 16:59 PST, Daniel Bates
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2009-11-17 16:52:06 PST
Following up on my comment <https://bugs.webkit.org/show_bug.cgi?id=30754#c8> on bug #30754.

There are some Windows-specific issues in our drag-and-drop code that we need to correct.

For instance, a dragleave event is fired after a dragover event is fired, which is incorrect. The correct firing ordering should be dragover, drag, dragleave.
Comment 1 Daniel Bates 2009-11-17 16:54:55 PST
Created attachment 43392 [details]
Layout test
Comment 2 Daniel Bates 2009-11-17 16:59:17 PST
Created attachment 43393 [details]
Isolated Test Case

For your convenience, here is an isolated version of the test case (that you can run in your browser) that references the associated webkit.org resources.