Re: [Rails-spinoffs] autocomplete=off not working on Firefox

2006-01-24 Thread Bill Moseley
Can anyone confirm or deny this? Or not confirm or deny it? On Mon, Jan 23, 2006 at 02:34:09PM -0800, Bill Moseley wrote: > I noticed that the latest control.js disables auto complete: > > this.element.setAttribute('autocomplete','off'); > > So I removed my inline "autocomplete='off'" from

[Rails-spinoffs] autocomplete=off not working on Firefox

2006-01-23 Thread Bill Moseley
I noticed that the latest control.js disables auto complete: this.element.setAttribute('autocomplete','off'); So I removed my inline "autocomplete='off'" from my input fields. But Firefox still auto completes. Using the Firefox DOM Inspector I do see that it's applied by Ajax.Autocompleter