[Webkit-unassigned] [Bug 79274] Fix <msubsup> formatting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 11:06:04 PST 2012


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





--- Comment #11 from Eric Seidel <eric at webkit.org>  2012-02-23 11:06:04 PST ---
(From update of attachment 128504)
View in context: https://bugs.webkit.org/attachment.cgi?id=128504&action=review

> Source/WebCore/rendering/mathml/RenderMathMLSubSup.cpp:165
> +    baseWrapper->style()->setPaddingTop(Length(basePaddingTop, Fixed));

I guess we don't have custom renderers for these things, so we're setting CSS properties on them instead?  I guess layout happens from root to leaves, so we may not have laid out our children yet, meaning we won't end up doing two layouts here...

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