[Webkit-unassigned] [Bug 250280] Simplify computation of text selection top/bottom in Legacy Root Inline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 31 16:00:39 PDT 2024


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

--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Although we can do still part of std::min() / std::max():

return std::max(selectionBottom, nextRootBox()->selectionTop());

but main clean-up is already done.

-- 
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/20240831/83155169/attachment-0001.htm>


More information about the webkit-unassigned mailing list