[Mono-bugs] [Bug 78250][Min] Changed - Setting the "Text" property
of the "System.Windows.Forms.MenuItem" class to null causes
an exception.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 1 14:09:13 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 mkestner at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78250
--- shadow/78250 2006-04-30 21:48:47.000000000 -0400
+++ shadow/78250.tmp.3143 2006-05-01 14:09:13.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78250
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: Windows.Forms
AssignedTo: mkestner at ximian.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
@@ -52,6 +52,9 @@
the value it is assigned ant calls the "ProcessMnemonic" method which calls
the "Lenght" property on the "text" Field. If the value that is assigned to
the "Text" property is null, an exception is thrown.
On Microsoft .NET Framework, this does not happen.
A possible correction would be to check for null before calling any
instance members of an object.
+
+------- Additional Comments From mkestner at ximian.com 2006-05-01 14:09 -------
+fixed on trunk revision 60125.
More information about the mono-bugs
mailing list