[Webkit-unassigned] [Bug 33607] REGRESSION (r49268): DHTML drag not allowed unless event.dataTransfer.effectAllowed is set (differs from HTML5)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 12:19:54 PST 2010


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


Brian Weinstein <bweinstein at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |bweinstein at apple.com
                   |kit.org                     |




--- Comment #3 from Brian Weinstein <bweinstein at apple.com>  2010-01-13 12:19:54 PST ---
Created an attachment (id=46484)
 --> (https://bugs.webkit.org/attachment.cgi?id=46484)
WIP PATCH

The additional test output with this change to the test is: 

 16 When effectAllowed == "undefined"
 17 
 18 PASS event.dataTransfer.dropEffect is "none"
 19 PASS event.dataTransfer.dropEffect is "none"
 20 PASS event.dataTransfer.dropEffect is "none"
 21 PASS event.dataTransfer.dropEffect is "none"
 22 PASS event.dataTransfer.dropEffect is "none"
 23 

This patch fixes the test case that is attached here, but doesn't seem to be
working correctly in DRT.

-- 
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