[Webkit-unassigned] [Bug 85490] New: Nested CSS flexbox renders flexbox items outside the containing block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 06:29:02 PDT 2012


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

           Summary: Nested CSS flexbox renders flexbox items outside the
                    containing block
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vcarbune at adobe.com


Created an attachment (id=139998)
 --> (https://bugs.webkit.org/attachment.cgi?id=139998&action=review)
ComparisonScreenshot

Context layout, main flexbox container:
* Flexbox Item 1 has flex: 1, and is itself a flexbox, with two divs as flexbox items.
* Flexbox Item 2 which is just a div with text.

Both flexbox containers have direction set to 'column' and alignment set to 'end'

Problem:
The two divs of are rendered outside the containing block.

This only happens with -webkit-flexbox, not with -webkit-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