jquery-ui/tests/unit/autocomplete
Ben Mullins 933ce5d779
Autocomplete: Rewrite with a delay instead of appending the live region
This fixes the issue caused by https://bugs.jqueryui.com/ticket/9357.
We now empty the live region instead of appending to it, and we do so
after a brief timeout so the live region isn't updated on every mousemove
event or when quickly traversing through options.

Fixes gh-2002
Closes gh-2031
2022-01-05 11:35:34 +01:00
..
all.html Tests: Switch to the new qunit-composite module 2015-04-07 09:03:36 -04:00
autocomplete.html Tests: Fix AMD loading in IE8 2015-04-17 12:13:38 -04:00
common.js Autocomplete: Style updates 2015-08-21 08:06:23 -04:00
core.js Autocomplete: Rewrite with a delay instead of appending the live region 2022-01-05 11:35:34 +01:00
events.js Build: Migrate from JSHint & JSCS to ESLint 2021-06-07 00:58:12 +02:00
methods.js Build: Migrate from JSHint & JSCS to ESLint 2021-06-07 00:58:12 +02:00
options.js Build: Migrate from JSHint & JSCS to ESLint 2021-06-07 00:58:12 +02:00
remote_object_array_labels.txt Autocomplete: Normalize falsy values, not just missing values 2014-01-22 10:40:19 -05:00
remote_object_array_values.txt Autocomplete: Normalize falsy values, not just missing values 2014-01-22 10:40:19 -05:00
remote_string_array.txt Autocomplete: Normalize falsy values, not just missing values 2014-01-22 10:40:19 -05:00