Changes to selectedIndex are not reflected in <select> form element when made while styled with display:none;
Fixed in Opera 9.50 Beta 1
To trigger the bug, press button #1, then #2, then #1 again.
The SELECT element will display the incorrect option, although internally (via DOM) the selectedIndex is correct.