[Webkit-unassigned] [Bug 14410] Dragging a resource in the sidebar should drag it's URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 13:44:19 PDT 2009


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


Joseph Pecoraro <joepeck02 at gmail.com> changed:

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




--- Comment #7 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-07-23 13:44:18 PDT ---
(In reply to comment #5)
> This should use childNodes and not children.

Done.

> Also use double quotes for strings.

Done.

You could do this another way
> using DOMRange's surroundContents() function.
> https://developer.mozilla.org/en/DOM:range.surroundContents

My tests show that range.selectNode() only works if the Node is linked into the
actual DOM.  In this case the list item has not yet been added to the DOM.  If
you think we should move surrounding it as a link somewhere else let me know,
but for now the surroundContents approach won't work.

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