[Webkit-unassigned] [Bug 221783] ASSERTION FAILED: m_state == State::Committed in WebKit::FrameLoadState::didFailLoad()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 15 18:39:31 PDT 2021


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

--- Comment #11 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 423277
  --> https://bugs.webkit.org/attachment.cgi?id=423277
Patch

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

> Source/WebCore/editing/FrameSelection.cpp:184
> -    setCaretVisibility(activeAndFocused ? Visible : Hidden);
> +    setCaretVisibility(activeAndFocused ? Visible : Hidden, false);

Please add new enum class maybe something like: ShouldUpdateAppearance { Yes, No }

-- 
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/20210316/6cb2442a/attachment.htm>


More information about the webkit-unassigned mailing list