On Nov 9, 2007 4:35 PM, antyrama <[EMAIL PROTECTED]> wrote: > > Hello everybody! > > I have problem with Ajax.autoCompleter under IE7, when div with 'drop > down list' appear I can't browse items by up&down keys on keyboard, > everything works fine under firefox. > > I have latest version of prototype. > > Any ideas how to fix it? >
Monkey patch: replace 'keypress' by 'keydown' in Autocompleter::baseInitialize() in control.js and you will have up&down keys working in IE6/7 for your Autocompleter HTH Nicolas Terray --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
