This page hightlights a bug in the Opera 9 web browser. The radio buttons control the gray div below that has a small select box in it. The 'Get Value' button reads back the value of the select box. Notice that when the div is visible, then the select box changes when the 1/2/3/4 buttons are pressed -- javascript is used to change the selectedIndex of the select box as each of the radio buttons is pressed.
To see the bug, follow this sequence:
Why is this important? Tabbed web interfaces typically have display:none set for hidden tabs. When scripts try to update select boxes on the hidden tabs, script will succeed, but the user will be unable to see the result.
Tested with Opera 9.00 and 9.01 (bug present); version 8.5 works correctly; version 9.5b1 works correctly.