[Webkit-unassigned] [Bug 84040] Rounding Error with %

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 18 10:13:05 PDT 2012


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





--- Comment #2 from Levi Weintraub <leviw at chromium.org>  2012-04-18 10:13:05 PST ---
(In reply to comment #0)
> Webkit is calculating width of li's wrongly.
> each li is 198px (calculated metrics) and should be 198.75px.
> So I have a gap between the last li and the ul.

You really need to add a test case that reproduces this if you want your issue addressed. That said, WebKit currently truncates the width of RenderObjects to integer bounds. This is being addressed by the work detailed in bug 60318 and described here: https://trac.webkit.org/wiki/LayoutUnit

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