[Webkit-unassigned] [Bug 36525] MathML Fraction and Subsup incorrect layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 13:47:55 PDT 2010


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


Alex Milowski <alex at milowski.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at milowski.com




--- Comment #4 from Alex Milowski <alex at milowski.com>  2010-06-22 13:47:55 PST ---
Actually, math and mrow are almost the exact same rendering object (RenderMathMLRow).  The cause of this is a row containing another row and stretching.  The row operator stretching algorithm is doing something strange to the layout of msubsup in this context.

The new layout patch in https://bugs.webkit.org/show_bug.cgi?id=40986 doesn't fix this yet.

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