[Webkit-unassigned] [Bug 28632] Unable to drag Keepvid.com bookmarklet (to bookmarks bar)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 28 15:08:53 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28632
--- Comment #6 from Victor Wang <victorw at chromium.org> 2009-09-28 15:08:53 PDT ---
I think normally when you drag a link, it is the child text node getting
dragged so it works fine for link dragging. "Keep it" bookmark is little
special, the actual text is indented -10000px, so you are not actually dragging
the text link. Instead, you are dragging the image part, which corresponds to
the anchor node. I believe this is why it fails but other link dragging works
fine. I tested it by removing the child node checking and it works after that.
--
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