[Webkit-unassigned] [Bug 15152] New: getElementsByTagName to find sub-elements with the same id

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 09:46:59 PDT 2007


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

           Summary: getElementsByTagName to find sub-elements with the same
                    id
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dgasaway at co.merced.ca.us


getElementsByTagName('*')['...'] doesn't work as expected when used to search
for child elements where multiple parent elements have sub-elements of the same
id.  Even though the element sought is in the "collection", it isn't returned
when trying to access the element by name.  It works when for the first parent
element, but not for subsequent parent elements.  I'll attach a test case.

Only tested in Safari 3.0.3 (522.15.5) on Windows XP.


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