odoo/addons/web/static
Géry Debongnie bde1a4432f [FIX] fix autocompletion problems with quick presses
Problem was that when the user types quickly in the search bar and press
enter, the keydown event of the enter key happens before the keypress
event of the last key entered.  This means that the autocompletion has
a wrong string.  The fix is to move the enter selection detection from
keydown to keyup.
2014-11-21 12:04:23 +01:00
..
lib [MERGE] forward port of branch 7.0 up to 5035c76 2014-11-04 12:19:58 +01:00
src [FIX] fix autocompletion problems with quick presses 2014-11-21 12:04:23 +01:00
test [ADD] JS widgets reference documentation 2014-10-07 10:21:44 +02:00