Browse mode: Elements List dialog: Delay applying filter for smoother response (#10308)
Related to #7197, but does not solve it.
Summary of the issue:
In browse mode, in the Elements List dialog, speed typing a filter string leads to slow responsiveness from the UI and NVDA itself.
Description of how this pull request fixes the issue:
lightly delay the refresh of the elements list by 300 ms. (same technique as PR #10307)
---------
Co-authored-by: Leonard de Ruijter <leonardder@users.noreply.github.com>
Co-authored-by: Sean Budd <sean@nvaccess.org>