[Mono-bugs] [Bug 81847][Nor] Changed - Flawed EventArgs in AfterLabelEdit event of Treeview
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jul 22 16:18:00 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=81847
--- shadow/81847 2007-07-20 13:04:43.000000000 -0400
+++ shadow/81847.tmp.25531 2007-07-22 16:18:00.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81847
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: tmm at aon.at
QAContact: mono-bugs at ximian.com
@@ -39,6 +39,24 @@
and now it works perfectly.
------- Additional Comments From rolfkvinge at ya.com 2007-07-20 13:04 -------
Thanks for the debugging!
Your fixed is committed in r82368.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-07-22 16:18 -------
+There are still some issues left to fix:
+
+* NodeLabelEditEventArgs.Label is not set in AfterLabelEdit when the
+label was modified (and the change was not cancelled, eg. by pressing
+the Esc key).
+
+* When NodeLabelEditEventArgs.Cancel is set to true in
+BeforeLabelEdit, then the node label is no longer visible.
+
+I've only verified this on Linux, and attached a repro.
+
+Let me know if you want a separate bug report for this. If I find
+time, I'll fix these myself as I also did the same fixes for ListView
+before.
+
+
More information about the mono-bugs
mailing list