[Webkit-unassigned] [Bug 92014] New: REGRESSION(r123281): childNodes sometimes returns wrong nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 11:50:39 PDT 2012


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

           Summary: REGRESSION(r123281): childNodes sometimes returns
                    wrong nodes
           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: andersca at apple.com, koivisto at iki.fi, kling at webkit.org


There's a really careless error in DynamicNodeListCacheBase::itemBeforeOrAfter. It's doing

firstNode(forward, rootNode(), previous)

but it should read

firstNode(forward, rootNode(), shouldOnlyIncludeDirectChildren())

instead.

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