On Nov 9, 2007 4:35 PM, antyrama
<antyrama-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
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
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---