[Webkit-unassigned] [Bug 128372] [CSS Grid Layout] handle undefined RemainingSpace in computeUsedBreadthOfGridTracks algorithm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 19 04:03:27 PST 2014


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





--- Comment #6 from Javier Fernandez <jfernandez at igalia.com>  2014-02-19 04:00:37 PST ---
(In reply to comment #3)
> (From update of attachment 223649 [details])
> Also, do you not have a renderer? Checking styles for floating and absolute is weird, since you don't know for sure that they applied. The RenderObject bits are better, i.e., isFloating() and isPositioned. We even have a helper function to test both at once.

Yeah, you're totally right on this. If it happens that floating or positioned objects are the ones triggering the shrink-to-fit effect, then the patch should use the helper function you mentioned. However, let's clarify that first.

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