[Webkit-unassigned] [Bug 160547] Overflow of formulas is hidden for display mathematics

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 20 08:25:04 PST 2017


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

Frédéric Wang (:fredw) [back 03/01/2018] <fred.wang at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lambda at liu.ms

--- Comment #3 from Frédéric Wang (:fredw) [back 03/01/2018] <fred.wang at free.fr> ---
(In reply to Frédéric Wang (:fredw) [back 03/01/2018] from comment #2)
> I'm attaching a hack that just injects the preferredLogicalWidth to force a
> minimal width but the ideal would be for RenderMathMLRow to expose the width
> of the math content and let RenderBox calculate the logical width by taking
> the maximum of the available width and of the width of the math content.
> Maybe rego or jfernandez have suggestions about how to do that.

After bug 180348, I think it will be easier to get the actual width of the content of the <math display="block"> element using the new RenderMathMLRow::getContentBoundingBox function. This should give better result than using the preferred width or the logical width.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171220/7e87acdf/attachment.html>


More information about the webkit-unassigned mailing list