[Webkit-unassigned] [Bug 89177] New: CompositeShadowTreeWalker should use InsertionPoint::hasDistribution instead of InsertionPoint::isActive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 23:45:03 PDT 2012


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

           Summary: CompositeShadowTreeWalker should use
                    InsertionPoint::hasDistribution instead of
                    InsertionPoint::isActive
           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: hayato at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org,
                    morrita at google.com, shinyak at chromium.org,
                    tasak at google.com
            Blocks: 89073


Currently, CompositeShadowTreeWalker uses InsertionPoint::isActive() to judge whether there are distributed nodes into the insertion point.
But that is wrong. That should use InsertionPoint::hasDistribution() since InsertionPoint::isActive() return true when the insertion point which does not select any node and has fallback elements.

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