[Webkit-unassigned] [Bug 192495] Range.getBoundingClientRect() returns wrong size when started before a br tag.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 06:49:21 PST 2019


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

Gabe Giosia <giosia at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #363351|0                           |1
        is obsolete|                            |

--- Comment #5 from Gabe Giosia <giosia at google.com> ---
Created attachment 363508

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

Bypass simpleLineLayout for text that has siblings

This makes RenderText only use simpleLineLayout when evaluating a single text node. This fixes an issue where Ranges

I looked at refactoring the RunResolver in SimpleLineLayoutResolver.cpp to get simpleLineLayout working with line-breaks, but kept running into situations that didn't make sense to me(I think I'm misunderstanding how RunResolver is supposed to work).

-- 
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/20190304/caed3e17/attachment.html>


More information about the webkit-unassigned mailing list