[Webkit-unassigned] [Bug 27670] Unable to set drag image for a link using setDragImage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 23:49:20 PDT 2011


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


Rafał Miłecki <zajec5 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zajec5 at gmail.com




--- Comment #2 from Rafał Miłecki <zajec5 at gmail.com>  2011-09-30 23:49:21 PST ---
Jessie: first of all your test case is invalid:
1) It doesn't have DOCTYPE (like HTML5's <!DOCTYPE html>)
2) You don't pass "event" in "ondragstart"
3) In "dragLinkAndSeeDivDragged" you use undefined event

Webkit recovers from last two issues by silently magically setting "event" inside the function. Thanks to that this test case *works* in my Google Chrome 14.0.835.187.

If you fix the issues I have mentioned, the test case starts working also in Firefox.


Please, re-test this bug, it seems to be fixes now.

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