Displaying 1 result from an estimated 1 matches for "moved_focus_on_selectentri".
Did you mean:
moved_focus_on_selectentry
2005 Aug 23
0
[script.aculo.us][Patch] Autocompleter.selectEntry()
I made a small patch to controls.js. I moved the line
this.element.focus()
from the end of selectEntry() to the end of updateElement(). The
rationale is that if the user uses the options hash to override
updateElement, he/she can choose which element to focus next, instead
of being forced to the default. You can see an example on the wiki
page (still under construction)