[Webkit-unassigned] [Bug 179682] Incorrect bounds inside <mover>/<munder> when a stretchy operator is present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 27 09:44:04 PST 2017


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

--- Comment #10 from Minsheng Liu <lambda at liu.ms> ---
Created attachment 327641

  --> https://bugs.webkit.org/attachment.cgi?id=327641&action=review

a corner case

I am still trying to processing your comment and the standard, but I just realize some other corner case. Consider

\over{some short equation}{\over{long horizontal brace}{some long text}}

The brace shall not be stretched wider than the equation, but our algorithm does!
> calculate the target width as the maximum of all child->logicalWidth()
So is the existing implementation in WebKit. By the way, Firefox handles it correct.

-- 
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/20171127/987b7f35/attachment.html>


More information about the webkit-unassigned mailing list