[Webkit-unassigned] [Bug 132982] [EFL][[WK2] test_ewk2_text_checker is failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 9 07:43:41 PST 2014


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

Grzegorz Czajkowski <g.czajkowski at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org

--- Comment #1 from Grzegorz Czajkowski <g.czajkowski at samsung.com> ---
The reason why EFL's text checker API fails is that the input element's value change (from JS) does not invoke spell checker (unless user starts typing manually).

FAIL:
document.getElementById("spellTest").value = "TextThatShouldBeMarkedAsMisspelled ";

PASS:
document.execCommand("InsertText", false, "TextThatShouldBeMarkedAsMisspelled ");

Ryosuke, is it ok that we omit spellchecking for programmatically input.value changes? It seems that it worked as those tests were passing (can not find revision as it was long time ago).

FYI, Safari, Chrome EFL's MiniBrowser does not trigger spellcecking for input.value changes.

-- 
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/20141209/2adfd065/attachment-0002.html>


More information about the webkit-unassigned mailing list