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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
