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

jquery / jquery-ui

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

click here to add a description

click here to add a homepage

  • Switch Branches (8)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
    • widget-super
  • Switch Tags (19)
    • 1.9m2
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8.2
    • 1.8.1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
  • Contributors
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • HTTP
  • Git 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.
scottgonzalez (author)
Sat Mar 20 11:58:38 -0700 2010
commit  e70743cdcb5cc4c87f12
tree    393c96b476c447bc4223
parent  22ba931c395aa8859c0c
M ui/jquery.ui.autocomplete.js 2 ••
Txt ui/jquery.ui.autocomplete.js
  • View file @ e70743c
... ...
@@ -66,6 +66,8 @@ $.widget( "ui.autocomplete", {
66 66
           self.element.val( self.term );
67 67
           self.close( event );
68 68
           break;
  69
+        case keyCode.LEFT:
  70
+        case keyCode.RIGHT:
69 71
         case keyCode.SHIFT:
70 72
         case keyCode.CONTROL:
71 73
         case 18:

0 notes on commit e70743c

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