[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
Thu Nov 30 08:00:09 PST 2017


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

--- Comment #35 from zalan <zalan at apple.com> ---
(In reply to Frédéric Wang (:fredw) from comment #33)
> (In reply to Minsheng Liu from comment #31)
> > How should I get a RenderBox out of a RenderBlock? It told me that layout is
> > a protected member of RenderBlock (and hence RenderMathMLOperator).
> 
> Mmmh, can't you just do
> 
> RenderBox* renderBox = renderOperator;
> renderBox->...
> renderBox->...
> 
> or
> 
> static_cast<RenderBox*>(renderOperator)->...
> 
> ?
layoutIfNeeded() (optionally layoutBlock())

-- 
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/20171130/0310e001/attachment-0001.html>


More information about the webkit-unassigned mailing list