NEW 120463
Spell check whole content of an editable element when it gets focused
https://bugs.webkit.org/show_bug.cgi?id=120463
Summary Spell check whole content of an editable element when it gets focused
Grzegorz Czajkowski
Reported 2013-08-29 05:03:52 PDT
Blink solved this issue at: https://src.chromium.org/viewvc/blink?revision=156583&view=revision This is how Gecko and Presto behave. Without this patch Blink spell checks an editable after moving the caret/unfocusing the editable but the check spans only the line the caret was previously at (possibly plus 1-2 lines around). Textareas and contenteditables are only spell checked on first focus.
Attachments
Grzegorz Czajkowski
Comment 1 2013-08-29 05:10:05 PDT
This issue is reproducible on EFL's MiniBrowser with asynchronous spell checking turned on. I guess it affects other Browsers as well. Should we merge it?
Note You need to log in before you can comment on or make changes to this bug.