From ce8f4da4e76a8331e50f442ac2165a32795bab80 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 6 May 2013 15:04:14 -0400 Subject: Autocomplete: Remove handling for NUMPAD_ENTER. --- ui/jquery.ui.autocomplete.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui') diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index 2f303ca6e..6a3e8661d 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -103,7 +103,6 @@ $.widget( "ui.autocomplete", { this._keyEvent( "next", event ); break; case keyCode.ENTER: - case keyCode.NUMPAD_ENTER: // when menu is open and has focus if ( this.menu.active ) { // #6055 - Opera still allows the keypress to occur -- cgit v1.2.3