[Mono-bugs] [Bug 81750][Min] Changed - TreeView: Adding same TreeNode twice in ctor blocks application
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 6 18:33:09 EDT 2007
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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81750
--- shadow/81750 2007-07-10 11:49:02.000000000 -0400
+++ shadow/81750.tmp.10974 2007-09-06 18:33:09.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81750
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: Windows.Forms
AssignedTo: jackson at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
@@ -38,6 +38,15 @@
and try selecting the two different node0s. Also FirstNode/LastNode
don't really work properly.
I think the ideal fix here is to just not allow the same node to be
added twice.
+
+------- Additional Comments From monkey at jpobst.com 2007-09-06 18:33 -------
+Fixed in r85457. Thanks for the report!
+
+2007-09-06 Jonathan Pobst <monkey at jpobst.com>
+
+ * TreeView.cs: Override HandleClick because the StandardClick style is
+ set to false. According to MSDN (and testing), the click events should
+ only be raised when the click occurs on a TreeNode. [Fixes bug #81739]
More information about the mono-bugs
mailing list