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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2007-01-24 17:14 ------- +I've added a few unit tests (marked NotWorking) for this to +ColumnHeaderTest.cs. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
