lsloan-000002-63aXycvo3TyHXe+LvDLADg@public.gmane.org
2006-Nov-06 18:03 UTC
Ajax.Autocompleter bug in IE6?
I was planning to use Ajax.Autocompleter in a project, but I''ve run into a bug in it. Or maybe it''s a bug in IE6. The bug is that if I press the delete key after the autocomplete choices div is visible, the choices are not updated. I thought maybe I had done something wrong, but I see the same problem in the demo on the web site: http://demo.script.aculo.us/ajax/autocompleter For example, I type "lanc" and I see a few choices with "Lance" in them. If I delete the "c", the field contains only "lan" now, but the choices don''t update. If I start over and I type only "lan", I see choices with "Lance" and "Alan" in them. Again, this is in IE6. If I try this with Firefox 1.5, all is OK. Have others seen this problem? More importantly, does anybody know how to fix this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I still consider myself quite the newb in JS - would this be a sensor for the keypress event? Perhaps there''s a conflict with MicroSoft''s autocomplete field functionality? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
lsloan-000002-63aXycvo3TyHXe+LvDLADg@public.gmane.org
2006-Nov-07 14:51 UTC
Re: Ajax.Autocompleter bug in IE6?
The input field on that page has this attribute to disable the browser''s autocompletion: autocomplete="off" So whatever MSIE normally does shouldn''t be happening (or causing trouble) here. I was hoping that some of the scriptaculous gurus have seen this problem and know a solution. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---