[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:16:15 PDT 2013


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





--- Comment #15 from Dave Hyatt <hyatt at apple.com>  2013-04-11 09:14:28 PST ---
Thinking about this some more, I'm not sure it's as simple as I made it out to be. The parent flexible box could be at a non-integral position, and maybe the non-integral centering has a final result that puts the child at an integral position. Or perhaps the child has non-integral padding but the end result is that the text gets placed at an integral position.

In other words, attempting to snap without knowing the absolute offset is probably not correct. Painting does know the absolute offset, so it can get away with pixel snapping.

It may be that rounding during layout is still correct, but local rounding does seem a bit suspicious, since one could obviously design a page with non-integer values that would not need any rounding to occur for the text that you render. Local rounding would then make that page incorrect.

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