]> source.dussan.org Git - jquery-ui.git/commitdiff
Autocomplete: Remove handling for NUMPAD_ENTER.
authorScott González <scott.gonzalez@gmail.com>
Mon, 6 May 2013 19:04:14 +0000 (15:04 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 6 May 2013 19:04:14 +0000 (15:04 -0400)
ui/jquery.ui.autocomplete.js

index 2f303ca6e4785ccb49e7e43ca4e9408f0c6b3aef..6a3e8661d857694b8fefae5c267d4642038274e0 100644 (file)
@@ -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