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-14 03:16:02.000000000 -0400 +++ shadow/78486.tmp.5351 2006-06-21 12:22:48.000000000 -0400 @@ -12,12 +12,13 @@ ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: [PATCH] ContainerControl should not receive focus +BugsThisDependsOn: 78647[FIXED] The following example demonstrates that either UserControl or Form steals a focus from its child Button: using System; using System.Drawing; @@ -120,6 +121,9 @@ -------- MyButton receives focus as usual (while it has WS_EX_CONTROLPARENT). 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
