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=77356 --- shadow/77356 2006-01-29 19:32:45.000000000 -0500 +++ shadow/77356.tmp.20532 2006-01-29 19:34:24.000000000 -0500 @@ -1,23 +1,23 @@ Bug#: 77356 Product: Mono: Class Libraries Version: unspecified -OS: +OS: Windows XP OS Details: WIndows XP, OSX X11 Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: TreeView callbacks don't fire on mouse input +Summary: TreeView callbacks don't fire on mouse input [PATCH] Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: The TreeView callbacks OnBeforeCheck and OnAfterCheck only work if you check or uncheck the line using the keyboard spacebar. If you click on them with a mouse, they do not fire. @@ -46,6 +46,12 @@ due to the application changing the check state. ------- Additional Comments From [EMAIL PROTECTED] 2006-01-29 19:32 ------- Created an attachment (id=16414) Patch to make checked events fire + +------- Additional Comments From [EMAIL PROTECTED] 2006-01-29 19:34 ------- +I have attached a patch file which shows the differences I made that +seems to fix this bug. The fix is not as elegant as I would like +because of the use of the checkReason variable, but it does solve +the problem. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
