[Webkit-unassigned] [Bug 94855] flex item sized incorrectly in a column flexbox with height set via top/bottom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 14:52:17 PDT 2012


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |tony at chromium.org
                   |kit.org                     |




--- Comment #3 from Tony Chang <tony at chromium.org>  2012-08-23 14:52:16 PST ---
(In reply to comment #2)
> Yup, looks like a bug. Not sure where exactly the bug is though.

I think it's because we do our own calculation of height by calling computeLogicalClientHeight directly in RenderFlexibleBox::mainAxisContentExtent. It doesn't look like computeLogicalClientHeight handles absolute sized boxes.  If you look at computeLogicalHeight, it does:
    if (isOutOfFlowPositioned())
        computePositionedLogicalHeight();

Ok, I think I now know enough to fix this bug :)

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