wuvt / wuvt-site

Website including a CMS, playlist information, and donation management tools
https://www.wuvt.vt.edu
GNU Affero General Public License v3.0
11 stars 12 forks source link

when typing in trackman fields, exactly what you want appears in autocomplete, then almost instantly disappears when you move the mouse. #285

Closed echarlie closed 7 years ago

mutantmonkey commented 7 years ago

We don't have any mouse move events for autocomplete, so something else is at play here.

mutantmonkey commented 7 years ago

I think the issue is again that searches are not completing in time and DJs are starting to move their mouse to select something. A potential fix for this is to cancel any pending autocomplete timers (and maybe API calls too).

mutantmonkey commented 7 years ago

This should be fixed in 06fe15bf42abaad596596491e92b0ca25e773510.