[Webkit-unassigned] [Bug 78562] New: RenderBlock::createAnonymousBlockWithSameTypeAs needs to know about the new flexboxes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 18:43:15 PST 2012


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

           Summary: RenderBlock::createAnonymousBlockWithSameTypeAs needs
                    to know about the new flexboxes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org
                CC: tony at chromium.org
            Blocks: 62048


RenderBlock* RenderBlock::createAnonymousBlockWithSameTypeAs(RenderBlock* otherAnonymousBlock) const
{
    if (otherAnonymousBlock->isAnonymousColumnsBlock())
        return createAnonymousColumnsBlock();
    if (otherAnonymousBlock->isAnonymousColumnSpanBlock())
        return createAnonymousColumnSpanBlock();
    return createAnonymousBlock(otherAnonymousBlock->style()->display() == BOX);
}

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