[Mono-bugs] [Bug 80607][Wis] Changed - ColumnHeader.Text should work after the ListView is disposed
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 24 17:14:41 EST 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=80607
--- shadow/80607 2007-01-24 15:56:34.000000000 -0500
+++ shadow/80607.tmp.30633 2007-01-24 17:14:41.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -45,6 +45,10 @@
Additional Information:
The exception is thrown because setting the text tries to update the
ListView. I suggest adding a check in ColumnHeader.Text:
if (owner != null && !owner.IsDisposed). This applies to many other
properties.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-01-24 17:14 -------
+I've added a few unit tests (marked NotWorking) for this to
+ColumnHeaderTest.cs.
More information about the mono-bugs
mailing list