Tommy Skaue
2006-May-23 21:21 UTC
RE: Autocompleter - up arrow moves cursor to startofinput box
The key up will make the page scroll to the top of the inputfield... I''ve seen this myself and the reason is the changes applied in this patch: http://dev.rubyonrails.org/ticket/4782 I am pretty sure it is because of this statement: this.getEntry(this.index).scrollIntoView(true); the "true"-makes the page scroll.... any working workinaround would be great.... _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Apparently Analagous Threads
- The Autocompleter, with scrollable result-div
- RE: Leak in the Autocompleter, with scrollable result-div ?
- Autocompleter - up arrow moves cursor to start of input box
- Autocompleter.Local problem/desparate plea for help...
- Performance Issues with Autocompleter