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’);
Ah! Wonderful!
I was having this problem using jquery and I guessed what the issue was. You confirmed it and gave a solution that works!
Thanks a lot
Comment by Fernando — February 19, 2009 @ 4:53 pm