[Mono-bugs] [Bug 68756][Wis] New - RadioButton behaving like CheckBox

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Oct 2004 06:24:00 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jba-mono@optusnet.com.au.

http://bugzilla.ximian.com/show_bug.cgi?id=68756

--- shadow/68756	2004-10-25 06:24:00.000000000 -0400
+++ shadow/68756.tmp.21501	2004-10-25 06:24:00.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 68756
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jba-mono@optusnet.com.au               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: RadioButton behaving like CheckBox
+
+Description of Problem:
+RadioButton is acting like a checkbox by allowing the following two behaviours
+a) You can de-select a selected radio button
+b) You can select more than 1 radio button in the same group
+
+Both of these behaviours are contrary to RadioButton's purpose or how it's
+done in windows
+
+
+Steps to reproduce the problem:
+1. run winforms/radiobutton/swf-radiobuttons.exe
+2. click on any active radiobutton
+3. click on the button above or below it
+4. Observe that they are both checked
+5. Click on the same checked radio button and observe it uncheck itself
+
+Actual Results:
+The radiobutton can be unchecked and can have more than one radio button in
+a group checked.
+
+
+Expected Results:
+The radiobutton shouldn't be able to be unchecked and shouldn't have more
+than one radio button in a group checked.