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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
