From c9af886a92e4b686456b34949e907a9d79fb223e Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 2 Oct 2015 06:40:45 +0100 Subject: Block keyboard events when a filtered hint matches. Previously, we blocked keyboard events for a fixed 200ms. With this PR, we continue blocking keyboard events until 150ms after the last `keydown` or `keypress` event. So, we wait until we think the user has stopped typing. Fixes #1842. --- tests/dom_tests/dom_tests.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/dom_tests/dom_tests.html b/tests/dom_tests/dom_tests.html index 25c5f8ba..8d355c6d 100644 --- a/tests/dom_tests/dom_tests.html +++ b/tests/dom_tests/dom_tests.html @@ -37,11 +37,11 @@ + - -- cgit v1.2.3