[Mono-bugs] [Bug 78858][Nor] New - TreeView: more labeledit bugs
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 14 11:28:31 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 alex.olk at googlemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78858
--- shadow/78858 2006-07-14 11:28:31.000000000 -0400
+++ shadow/78858.tmp.3968 2006-07-14 11:28:31.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 78858
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: jackson at ximian.com
+ReportedBy: alex.olk at googlemail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TreeView: more labeledit bugs
+
+TreeView label edit has some more bugs.
+
+1. OnAfterLabelEdit gets never called (means no other method in
+TreeView/TreeNode calls it). It is needed to actually perform some actions
+after editing.
+
+2. If you are in edit mode and use the mouse wheel, the treeview scrolls up
+or down and the edit windows stays at the same position. On windows editing
+is immediately canceled if the scroll wheel moves the treeview content.
+
+3. If the treeview is part of a form that has an accept button and you edit
+a node and press enter the form gets closed. The behaviour should be to
+stop node editing and not close the form.
More information about the mono-bugs
mailing list