[Mono-bugs] [Bug 79394][Nor] New - ContainerControl: Issue when trying to focus on child control using the mouse
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 13 08:49:56 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=79394
--- shadow/79394 2006-09-13 08:49:56.000000000 -0400
+++ shadow/79394.tmp.3415 2006-09-13 08:49:56.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 79394
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: unserkonig at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ContainerControl: Issue when trying to focus on child control using the mouse
+
+The attached sample shows an issue with controls contained in a
+ContainerControl instance. Two buttons are added to it, and both of them
+should be able to receive focus by mouse input, but if you click the first
+button ("One"), it won't receive the focus. It can get the focus only after
+the button "Two" gets a click.
+
+Observe that using TAB to move between them works as expected.
+
+Steps to reproduce the problem:
+1. Compile the attached sample.
+2. Click "One" - it won't receive focus
+3. Click "Two", and then retry on "One" - this time it will get the focus
More information about the mono-bugs
mailing list