[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 07:36:56 PST 2019


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

zalan <zalan at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #363508|                            |review-
              Flags|                            |

--- Comment #8 from zalan <zalan at apple.com> ---
Comment on attachment 363508
  --> https://bugs.webkit.org/attachment.cgi?id=363508
Bypass simpleLineLayout for text that has siblings

View in context: https://bugs.webkit.org/attachment.cgi?id=363508&action=review

> Source/WebCore/rendering/RenderText.cpp:1335
> +    if (!is<RenderBlockFlow>(*parent()) || parent()->firstChild() != parent()->lastChild())

We shouldn't need to land changes like this (papering over instead of addressing the actual issue) in normal circumstances. I'd rather have the correct fix instead.

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


More information about the webkit-unassigned mailing list