github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 242
    • 27
  • Source
  • Commits
  • Network (27)
  • Graphs
  • Tree: e70743c

click here to add a description

click here to add a homepage

  • Switch Branches (4)
    • bind
    • master
    • panel
    • tooltip
  • Switch Tags (15)
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Autocomplete: Don't trigger a search when the left or right arrow keys are 
used.

Fixes #5289 - Autocomplete: ignore cursor left/right.
Scott González (author)
Sat Mar 20 11:58:38 -0700 2010
commit  e70743cdcb5cc4c87f123d48278e78d67865865f
tree    393c96b476c447bc422304334aeac516443da546
parent  22ba931c395aa8859c0cc7a2cf08e7bb0027db78
M ui/jquery.ui.autocomplete.js 2 ••
0
ui/jquery.ui.autocomplete.js
...
66
67
68
 
 
69
70
71
...
66
67
68
69
70
71
72
73
0
@@ -66,6 +66,8 @@ $.widget( "ui.autocomplete", {
0
           self.element.val( self.term );
0
           self.close( event );
0
           break;
0
+        case keyCode.LEFT:
0
+        case keyCode.RIGHT:
0
         case keyCode.SHIFT:
0
         case keyCode.CONTROL:
0
         case 18:

Comments

Please log in to comment.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server