[Webkit-unassigned] [Bug 56008] New: Weird behavior of floated elements with 2 cols flexible box model

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 03:47:10 PST 2011


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

           Summary: Weird behavior of floated elements with 2 cols
                    flexible box model
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: doyer.guyllaume at gmail.com


Created an attachment (id=85154)
 --> (https://bugs.webkit.org/attachment.cgi?id=85154&action=review)
Sample html page showing the bug

CF attachement

When I use fexible box model to make a 2 cols flexible layout, and right float a span inside an h2 element in my 2nd (main) column, the span is not positioned as expected.

I found out that adding a left float to my 1st col (aside) fixes the bug but make the background disappear. Adding a position:relative too fix this.

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