[Mono-bugs] [Bug 79035][Nor] Changed - 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:10:43 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.7594	2006-08-08 18:10:43.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 79035
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: unserkonig at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -28,6 +28,11 @@
 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.
+
+------- Additional Comments From unserkonig at gmail.com  2006-08-08 18:10 -------
+I forgot to mention that I'm calling Focus () method on the text boxes
+from an event handler (CheckedChanged event for RadioButton, as well
+for CheckBox, and Click for Button control). This is very important too.


More information about the mono-bugs mailing list