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=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: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-05-23 01:00 ------- Created an attachment (id=17089) patch for Control event orders (and no Enter/Leave for Form) + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
