[Webkit-unassigned] [Bug 101848] REGRESSION (r133351): Layout issues at bugs.webkit.org, all standard buttons have incorrect text baseline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 09:38:50 PDT 2013


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





--- Comment #18 from Dave Hyatt <hyatt at apple.com>  2013-04-11 09:37:04 PST ---
(In reply to comment #17)
> But I realize that the problem here comes from the fact that when we computed coordinates before, we always truncated, which meant rounding down the 0.5 case. Now we round 0.5 up to 1. But why is that important? I think we can change our rounding to round 0.5 down to 0 globally and get good results.
> 
> That would fix this problem right away.

I had this exact thought and think it's an approach worth trying.

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