[Mono-bugs] [Bug 74360][Wis] New - Error in System.Windows.Forms.LinkLabel

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Apr 2005 01:02:12 -0400 (EDT)


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 borsanza@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74360

--- shadow/74360	2005-04-04 01:02:12.000000000 -0400
+++ shadow/74360.tmp.18061	2005-04-04 01:02:12.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 74360
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Gentoo 2005.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: borsanza@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Error in System.Windows.Forms.LinkLabel
+
+If you Add a linklabel before you set the Property Text it crash. In
+Microsoft .NET it run correctly.
+
+Steps to reproduce the problem:
+
+this.Controls.Add(this.linkLabel11);
+this.linkLabel11.Text = "A normal LinkLabel - Font.Italic = true";
+
+Actual Results:
+  Error.
+
+Expected Results:
+  Ok.
+
+Additional Information:
+Mono System.Windows.Forms Assembly [Revision: 41928; built: 2005/2/18 22:24:56]