[Mono-bugs] [Bug 79035][Nor] New - RadioButton: Keeps the focus even when another control gets Focus () called

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 8 18:07:34 EDT 2006


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 unserkonig at gmail.com.

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

--- shadow/79035	2006-08-08 18:07:34.000000000 -0400
+++ shadow/79035.tmp.7573	2006-08-08 18:07:34.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 79035
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: unserkonig at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: RadioButton: Keeps the focus even when another control gets Focus () called
+
+It looks like RadioButton doesn't let the focus to be in another control
+when activating it (Read below to better understanding).
+
+Steps to reproduce the problem:
+1. Compile the sample.
+2. Try checking the "Focus One" and "Focus Two" radio buttons.
+
+When activating a radio button, the focus should move to the associated
+text box above it. If you check "Focus One", the textbox with "One" should
+get the focus, and checking "Focus Two" should focus the textbox with "Two"
+text.
+
+Instead of doing that, the current implementation doesn't change the focus
+to the text boxes. Also, it looks like it's a problem associated with
+RadioButton, since CheckBox and Button controls doesn't have this problem.


More information about the mono-bugs mailing list