[Webkit-unassigned] [Bug 222406] Render tree updates for Text node content mutations should happen during rendering update

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 26 22:20:57 PST 2021


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

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #421679|review?                     |review+
              Flags|                            |

--- Comment #16 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 421679
  --> https://bugs.webkit.org/attachment.cgi?id=421679
patch

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

> Source/WebCore/dom/CharacterData.cpp:105
> -    if (is<Text>(*this) && parentNode())
> +    if (is<Text>(*this))

This doesn't seem to be mentioned in the changelog.

> Source/WebCore/editing/CompositeEditCommand.cpp:1062
> +    if (!nodes.isEmpty())
> +        document().updateLayoutIgnorePendingStylesheets();

This is still pretty mysterious.

-- 
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/20210227/8d6c27cc/attachment.htm>


More information about the webkit-unassigned mailing list