mozilla / universal-search-content

the iframe that we put inside the autocomplete dropdown
7 stars 7 forks source link

Slow response when deleting characters #111

Closed nchapman closed 8 years ago

nchapman commented 8 years ago

It takes a while for the iframe to catch up with the input box when deleting characters:

screen recording 2015-12-04 at 02 11 pm

chuckharmston commented 8 years ago

It looks a bit like a manifestation of https://github.com/mozilla/universal-search-addon/issues/153

jaredhirsch commented 8 years ago

The default Firefox popup closes while the user holds down the Backspace key.

Let's do that, too.

Closing in favor of https://github.com/mozilla/universal-search-addon/issues/163