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=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: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-06-21 12:22 ------- We need basic focus handling matching before we can look at this. + +------- Additional Comments From [EMAIL PROTECTED] 2006-06-21 12:23 ------- +Grr. I wish I could type. Attached to the wrong bug _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
