If you change a dropdown and refresh the page, Firefox seems to ignore the selected attribute.
autocomplete wasn't working for me either.
This is the javscript fix written in jquery that i use:
$('input[type="radio"][selected]').click();