Closed
Bug 753199
Opened 13 years ago
Closed 13 years ago
[webmaker] Autocomplete textfield/widget seems to eat events if you type "too fast"
Categories
(Websites :: donate.mozilla.org, defect)
Websites
donate.mozilla.org
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: matt)
References
()
Details
In the Search textfield (https://make-dev.mozillalabs.com/en-US/events/search/), it's pretty easy to type faster than the autocomplete widget can keep up; here's a screencast:
http://screencast.com/t/sCKvnPt2T
Comment 1•13 years ago
|
||
This might be a bug in the jQuery UI auto-complete.
If we can confirm a potential 'no-fix' in the hope that we can fix it upstream, or upstream sends us a fix...
Updated•13 years ago
|
Assignee: ross → andrew
Updated•13 years ago
|
Assignee: andrew → matt
Assignee | ||
Comment 2•13 years ago
|
||
This looks like the keyboard focus is being reassigned for a split second, hence your keystrokes not appearing. I think we have a fix (stop the Autocomplete doing things with focus). Will deploy and check on live. (Potentially fixed in https://github.com/rossbruniges/make.mozilla.org/commit/ce2a1fe0bbfaee7ef7303ef68ead338dd49d4970)
Status: NEW → ASSIGNED
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•13 years ago
|
||
Verified FIXED on https://make-dev.mozillalabs.com/en-US/events/search/; thanks!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•