[Webkit-unassigned] [Bug 78519] New: RenderTable::addChild() wrapInAnonymousSection is never !child->isPositioned()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 12:56:26 PST 2012


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

           Summary: RenderTable::addChild() wrapInAnonymousSection is
                    never !child->isPositioned()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: robert at webkit.org


void RenderTable::addChild(RenderObject* child, RenderObject* beforeChild)
{
    // Make sure we don't append things after :after-generated content if we have it.
    if (!beforeChild)
        beforeChild = afterPseudoElementRenderer();

    bool wrapInAnonymousSection = !child->isPositioned();

What was this initialization once for I wonder? The subsequent code means this initial value is not used anymore.

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