[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
Wed Apr 10 13:36:10 PDT 2013


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





--- Comment #11 from Dave Hyatt <hyatt at apple.com>  2013-04-10 13:34:24 PST ---
I think in this case patching flexible box is the better thing to do (rather than patching InlineTextBox::paint). In this particular case we're doing center alignment, and for center alignment I think you would rather put the extra space on the "after" side of the box. It's RenderFlexibleBox that knows what is happening here, so I think it's RenderFlexibleBox that should be patched.

This kind of gets into all the subtle issues with subpixel layout not patching the layout systems themselves. Basically the missing piece of subpixel layout that isn't implemented is having the various layout systems like flexbox, grid, tables and blocks make smart decisions about how stuff should be rounded based off how those systems are placing their children.

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