[Webkit-unassigned] [Bug 149056] Spellchecker rejects word when adding a period or colon character if there is no trailing space before the next word

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 02:43:38 PST 2016


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

--- Comment #33 from Adrien Plazas <aplazas at igalia.com> ---
All tests using initSpellTest() from editing/spelling/resources/utils.js fail on Mac.

I suspect that either one these two lines form initSpellTest() don't do its job as expect:
    destination.focus();
    document.execCommand("InsertText", false, testText);
or that the timed out test is actually executed before the text have been inserted:
    shouldBecomeDifferent('internals.markerCountForNode(destination.childNodes[0], "spelling")', '0', ...);

This test always fail on Mac and prevent the tests from starting (they time out early).

It doesn't seem that the problem is in the test added by the patch and I currently have no idea how to make these tests work on Mac.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160309/a2f51a48/attachment.html>


More information about the webkit-unassigned mailing list