[Webkit-unassigned] [Bug 48411] Spellcheck should be done/removed when HTMLElement.spellcheck property is changed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 23 05:54:58 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=48411
Milan Crha <mcrha at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcrha at redhat.com
--- Comment #1 from Milan Crha <mcrha at redhat.com> ---
(Make it clickable: bug #40092)
This is still applicable in WebKit2 (webkit2gtk3-2.20.2).
Ideally, if the <body>'s spellcheck property is changed to true (even without delay, no async here please, thus application can set it to false and immediately back to true), the words in the current viewport are refreshed and when the user scrolls the new words in the viewport are updated too. It'll be good for performance, especially with very large (more than 500KB) documents.
Additionally, when using webkit_web_context_set_spell_checking_enabled(), the 'false' works as expected, but setting it back to 'true' doesn't update spell check markers of the current viewport.
--
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/20181023/d19e4c5e/attachment.html>
More information about the webkit-unassigned
mailing list