Re: [Proto-Scripty] Re: Redrawing Autocomplete Field

2011-03-16 Thread Joe Koston
I finally figured out my issue. I was being bitten by the fact that evalScripts evals scripts in the local scope to the prototype object. This was fine when my script was loaded from the start, but if that script was drawn to the page via an AJAX call it would get executed in the wrong scope and

Re: [Proto-Scripty] is Ajax.Autocompleter working in prototype 1.7 and scriptaculous 1.9?

2011-06-02 Thread Joe Koston
I have it working right now but there seems to be some sort of bug. I can't tell if it's prototype or scriptaculous but my autocompleter doesnt show the drop down in the right place. The drop down is covering the input field instead of being below it. It's working in my old rails2 project with