[webkit-reviews] review requested: [Bug 191715] Caret stops blinking after context menu shown : [Attachment 355081] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 16 11:51:47 PST 2018


Ryosuke Niwa <rniwa at webkit.org> has asked  for review:
Bug 191715: Caret stops blinking after context menu shown
https://bugs.webkit.org/show_bug.cgi?id=191715

Attachment 355081: Patch

https://bugs.webkit.org/attachment.cgi?id=355081&action=review




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

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

Thanks for the fix! The code change looks good but there are a few nits to fix.

> Source/WebCore/page/EventHandler.cpp:2883
> +    

Nit: Whitespace.

> LayoutTests/fast/events/contextmenu-dismiss-blink-caret.html:3
> +    <div id="contenteditable" contenteditable>This tests whether the caret
continues to blink after the context menu is dismissed.</div>

Please add an instruction to run this test manually in the browser.
This is important so that QA folks, etc... can run this test manually to verify
the fix,
and also in the future this test ever gets broken, to be able to bisect using a
browser.


More information about the webkit-reviews mailing list