[Webkit-unassigned] [Bug 28632] Unable to drag Keepvid.com bookmarklet (to bookmarks bar)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 11:21:26 PDT 2009


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


Victor Wang <victorw at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #2 from Victor Wang <victorw at chromium.org>  2009-08-25 11:21:25 PDT ---
Hi David,

In this case, the node to drag is Anchor node, which has a #text child node.
The EventHandler::shouldDragAutoNode in WebCore\page\EvnetHandler.cpp return
false if the node to drag has child nodes, do you know any background why this
check is required? Is it OK to remove the child node checking to fix this bug?
If not, any suggestions on how to fix it?

This is a bug in both Safari and Chrome.

Thanks,
Victor

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