[Webkit-unassigned] [Bug 139473] New: HTMLInputElement's value change does not trigger spellchecker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 10 01:36:58 PST 2014


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

            Bug ID: 139473
           Summary: HTMLInputElement's value change does not trigger
                    spellchecker
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: g.czajkowski at samsung.com

Created attachment 243001
  --> https://bugs.webkit.org/attachment.cgi?id=243001&action=review
test case

Input element's value change (from script) does not invoke spell checker (unless user starts typing manually).

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

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

It seems that it worked in the past as EFL used to simulate typing using "inputElement.value = "misspelledString " in API test which started failing (bug 132982). Unfortunately, since limited history of API test failures finding a revision which caused it is unlikely to happen.

FYI, Safari as well as EFL's MiniBrowser do not trigger spellchecking on 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/20141210/231c4303/attachment-0002.html>


More information about the webkit-unassigned mailing list