[Mono-bugs] [Bug 55005][Wis] New - Label.Text doesn't seem to update properly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 29 Feb 2004 13:32:44 -0500 (EST)


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 zlogic@yandex.ru.

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

--- shadow/55005	2004-02-29 13:32:44.000000000 -0500
+++ shadow/55005.tmp.2082	2004-02-29 13:32:44.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 55005
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: WinXP/mono-0.30 from go-mono.com
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: zlogic@yandex.ru               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: Label.Text doesn't seem to update properly
+
+Description of Problem:
+Label.Text doesn't seem to update properly when a user enters some text
+
+Steps to reproduce the problem:
+1. Create a Label
+2. Run the app
+3. Enter some text in the Label
+4. Output the Label.Text property: Console.WriteLine(myLabel.Text)
+
+Actual Results:
+It outputs only the value which was assigned progmatically, like:
+myLabel.Text = "blablabla";
+
+Expected Results:
+It should output the value the user has entered during runtime
+
+How often does this happen? 
+Every time
+
+Additional Information:
+Except for this bug, everything works normally