[Webkit-unassigned] [Bug 15274] New: Javascript bug in GetElementsByName or RemoveChild or InsertBefore ?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 14:11:16 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15274

           Summary: Javascript bug in GetElementsByName or RemoveChild or
                    InsertBefore ?
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
               URL: http://www.lptl.jussieu.fr/users/bernu/pub/fred.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bernu at lptmc.jussieu.fr


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"

It looks like some pointers are not handled correctly.

In the example, clicking one of the the lines lead to an error.


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