[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:22:48 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-14 03:16:02.000000000 -0400
+++ shadow/78486.tmp.5351 2006-06-21 12:22:48.000000000 -0400
@@ -12,12 +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]
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 peter at novonyx.com 2006-06-21 12:22 -------
+We need basic focus handling matching before we can look at this.
More information about the mono-bugs
mailing list