[Mono-bugs] [Bug 78481][Nor] Changed - Control OnLeave() is
incorrectly invoked when it gets focus
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 22 14:42:13 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78481
--- shadow/78481 2006-05-22 11:43:37.000000000 -0400
+++ shadow/78481.tmp.19277 2006-05-22 14:42:13.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 78481
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: DataGrid: OnLeave() is incorrectly invoked when it gets focus
+Summary: Control OnLeave() is incorrectly invoked when it gets focus
There is a focus handling bug in DataGrid. Build the example below, run,
and click a grid cell.
using System;
using System.Data;
@@ -63,6 +63,9 @@
consistently.
Additional Information:
If I understand correctly it kinda blocks bug #78363.
+
+------- Additional Comments From atsushi at ximian.com 2006-05-22 14:42 -------
+Turned out that it also happens to other things like Form.
More information about the mono-bugs
mailing list