[Mono-bugs] [Bug 78486][Min] Changed - [PATCH] ContainerControl should not receive focus

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 21 12:23:33 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 peter at novonyx.com.

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

--- shadow/78486	2006-06-21 12:22:48.000000000 -0400
+++ shadow/78486.tmp.5383	2006-06-21 12:23:33.000000000 -0400
@@ -12,13 +12,13 @@
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: [PATCH] ContainerControl should not receive focus
-BugsThisDependsOn: 78647[FIXED]
+BugsThisDependsOn: 78674
 
 The following example demonstrates that either UserControl or Form steals a
 focus from its child Button:
 
 using System;
 using System.Drawing;
@@ -124,6 +124,9 @@
 So I think only ContainerControl class matters. Conditioning by
 WS_EX_CONTROLPARENT (changing ContainerControl.CreateParams) is wrong
 since such changes make MyButton not focusible.
 
 ------- Additional Comments From peter at novonyx.com  2006-06-21 12:22 -------
 We need basic focus handling matching before we can look at this.
+
+------- Additional Comments From peter at novonyx.com  2006-06-21 12:23 -------
+Grr. I wish I could type. Attached to the wrong bug


More information about the mono-bugs mailing list