[Mono-bugs] [Bug 77356][Nor] Changed - TreeView callbacks don't
fire on mouse input [PATCH]
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jan 29 19:34:24 EST 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 don at edvalson.net.
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: peter at novonyx.com
ReportedBy: don at edvalson.net
QAContact: mono-bugs at ximian.com
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 don at edvalson.net 2006-01-29 19:32 -------
Created an attachment (id=16414)
Patch to make checked events fire
+
+------- Additional Comments From don at edvalson.net 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.
More information about the mono-bugs
mailing list