This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.
Main navigation:
Search reports by browser:
When a radio button or a checkbox has a value="" (empty), Opera nonetheless reports a value="on".
Test page Workaround is not included
Reported by: Markus Fischer.
Opera | Reported on 24 October 2005.
Posted by Bill Dimm on 9 November 2005
2I assume that what you mean by "Opera reports value='on'" is when you look at node.value in JavaScript you get "on" instead of "" (but you still get "" passed when you submit the form). That is what I'm seeing with Opera 8.5. You can work around this by using node.getAttribute('value') instead of node.value.
Commenting guidelines:
Posted by Frenzie on 24 October 2005
1This bug is fixed in Opera 9 preview 1 btw.