Permission denied to set property XULElement.selectedIndex in Firefox
"Permission denied to set property XULElement.selectedIndex"
This bug may occur in Firefox when trying to use select() or focus() on an input box in Firefox.
It is fixed by turning autocomplete off:
obj.setAttribute(’autocomplete’,'off’);
