[Webkit-unassigned] [Bug 120432] New: REGRESSION(r154586): Past names map should only be used when named item is empty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 28 11:39:59 PDT 2013


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

           Summary: REGRESSION(r154586): Past names map should only be
                    used when named item is empty
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, andersca at apple.com, sam at webkit.org,
                    koivisto at iki.fi, akling at apple.com
        Depends on: 120277


When we found any form associated element or associated image elements for a given name, we should not be using the past names map.
i.e. the past names map should only be used if there are not elements matching the name.

This accidentally regressed in http://trac.webkit.org/changeset/154586 because the old code behaved correctly when getNamedElements were called in pairs.

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