Closed
Description
Hi everyone, @mgol,
I have an issue with the jQuery UI Autocomplete widget after migrating from version 1.12.0 to 1.13.0 to fix security issues. This new version doesn't work smoothly. The results display on the screen slowly and sometimes freeze the UI.
Below is an example that I reproduced to demonstrate the speed difference between the 2 versions of jQuery UI.
The environment and libraries I use:
- Chrome 97.0.4692.71
- jQuery 3.6.0
Steps to reproduce
- Type a few characters into the textbox and wait for the results to appear.
- Clear all characters in the textbox by pressing the backspace key on the keyboard.
Result:
- 1.12.0: the results show up quickly (1-2 seconds) and I can change the characters in the text box to next search.
- 1.13.0: very slow display results (5-6 seconds), screen freezes and I can't do anything.
Anyone have a solution for this issue? @mgol, I think this is a bug and it affects the user experience.
Many thanks,
Tapi