A "dirty" work-around is to add to include/js/functions.js in the function focusOnSearchField() before the end the following
Code: Select all
if (document.getElementById('instantfield')) {
document.getElementById('instantfield').focus();
}
Lidio.