[Webkit-unassigned] [Bug 102352] Avoid a second layout of flex items in layoutAndPlaceChildren()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 09:51:33 PST 2012


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





--- Comment #3 from Tony Chang <tony at chromium.org>  2012-11-15 09:53:22 PST ---
(In reply to comment #1)
> Created an attachment (id=174370)
 --> (https://bugs.webkit.org/attachment.cgi?id=174370&action=review) [details]
> Patch
> 
> I'm still getting a failure in css3/flexbox/auto-margins.html but as I commented in bug #87905 the output is correct, and the inspector shows the right values for margins, just reloading the page turns the FAIL into PASS.

This is a real failure. It means we're not layout out when we should.  The inspector is probably forcing an extra layout which is causing the margins to correct themselves.  The other failures are probably real too (mathml and the range form control both use flexbox).

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