[Webkit-unassigned] [Bug 15274] Javascript bug in GetElementsByName or RemoveChild or InsertBefore ?
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 24 21:58:53 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15274
------- Comment #2 from ddkilzer at webkit.org 2007-09-24 21:58 PDT -------
(In reply to comment #0)
> I replace an element in Javascript by :
> y = cloneNode( x )
> removeChild( x )
>
> Then I try to access "y" using GetElementsByName, BUT I get an "undefined
> value"
Have you added "y" to the document when you try to use getElementsByName()? If
not, it won't be found.
Please post a test case. The URL on the bug seems to be inaccessible now:
http://www.lptl.jussieu.fr/users/bernu/pub/fred.html
Thanks!
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list