History log of /yui3/src/autocomplete/js/autocomplete-list-keys.js
Revision Date Author Comments Expand
0e3202b3fb1da58515101aa23522ede5bc012a99 22-Feb-2012 Ryan Grove <ryan@wonko.com>

Give autocomplete-list-keys a real destructor.

46e44a0982cea3a5d783c1446f22e09eebcf8db9 09-Feb-2012 Ryan Grove <ryan@wonko.com>

Reformat autocomplete's API docs.

ec6769bf14527e38ce8acf62e876158f231869d3 21-Jun-2011 Ryan Grove <ryan@wonko.com>

Fix `&` char being treated as an up arrow key in Firefox. [Fixes #2530455]

f9c50c87882336c703624ce47e6febb4ae579f02 07-May-2011 Ryan Grove <ryan@wonko.com>

Add an 'originEvent' property to the facade of 'select' events. originEvent contains the event facade of the DOM event that triggered the selection if the selection was triggered by a DOM event.

e475448bb93bc6cb52ad64749e5c9062f081748e 08-Dec-2010 Ryan Grove <ryan@wonko.com>

Don't prevent form submission on enter keypress when there's no active item.

3fdc538f1e3d65a00b9cd44e65ae854ec9c09963 20-Oct-2010 Ryan Grove <ryan@wonko.com>

Move autocomplete-list keyboard handlers into a standalone autocomplete-list-keys module. The autocomplete-list-keys module won't be loaded for iOS and Android devices by default.