Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
Wait. I discovered it has to do with Firefox's caching/remembering of form values. A soft refresh (ctrl-r) will still retain the previous preselect, even if I disable cache in the web dev toolbar.
Hitting shft-ctrl-r (a hard refresh) does preselects the right value.
That's invalid (X)HTML, an attribute can not simply exist by itself.
I've only run an x86 OS X on a second AMD system about a year ago to test OS X versions of browsers and in general the bugs all seemed cross-platform related.
If you reload a page it will select the option you had selected. If you GO to the page it'll select the default value. To go to the page you'll need to fix the go button of which I have posted a solution without the need for an extension for such a critical GUI component... http://www.jabcreations.com/blog/firefo ... -go-button
As I posted it is an issue of the pre-filling of forms in Firefox and a hard refresh solves the issue. When posting a form and reshowing the problem doesn't exist. So for now the issue is solved. It was just a very weird moment when doing soft refreshes didn't do what I expected. Ctrl-r is such a wired shortcut, I hit it before even thinking about it. (which does cause problems in the rare cases I open up Windows, I keep hitting inappropriate shortcuts..)
And of course it's too bad this is another issue that differs between browsers (please, get together and work on those standards!)
FF has a "feature" that sometimes if you've been working with a form and use the back button to return to it, the last _user_ selected option will remain active, even upon page refresh. If you close the tab and re-key the URL directly it should revert to the programmer preselected option ( or if you use firebug you can click the element and look at your markup to see which element would have been selected )