[Mono-bugs] [Bug 78481][Nor] Changed - [Patch] Control OnLeave() is incorrectly invoked when it gets focus
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jun 28 18:28:06 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=78481
--- shadow/78481 2006-06-05 15:35:23.000000000 -0400
+++ shadow/78481.tmp.3798 2006-06-28 18:28:06.000000000 -0400
@@ -12,12 +12,13 @@
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: [Patch] Control OnLeave() is incorrectly invoked when it gets focus
+BugsThisDependsOn: 78674
There is a focus handling bug in DataGrid. Build the example below, run,
and click a grid cell.
using System;
using System.Data;
@@ -108,6 +109,14 @@
------- Additional Comments From atsushi at ximian.com 2006-05-23 01:00 -------
Created an attachment (id=17089)
patch for Control event orders (and no Enter/Leave for Form)
+
+------- Additional Comments From peter at novonyx.com 2006-06-28 18:28 -------
+Enter and Leave actually need to be sent for every container that
+contain the control loosing (or gaining) focus.
+
+The patch won't work for those situations. Piling this bug behind our
+master focus bug, since the main patch should automatically fix this
+bug.
More information about the mono-bugs
mailing list