[Webkit-unassigned] [Bug 81084] Fix rendering of replaced elements with relative dimensions within a table cell.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 26 09:58:43 PDT 2012


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





--- Comment #31 from Julien Chaffraix <jchaffraix at webkit.org>  2012-04-26 09:58:40 PST ---
(From update of attachment 138314)
I am having second thoughts on the approach as it forces us to walk our ancestor's chain every time you have to recompute your preferred widths which may end up being expensive.

Also you are forcing the replaced element to be it's (maximum) preferred size. IIRC images can be downscaled as long as the intrinsic ratio is kept.

I wonder if this couldn't be handled in the table layout code without intruding in the common code.

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