[Mono-bugs] [Bug 78756][Nor] New - Graphics: DrawString doesn't the string if a call to FillRectangle is next.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 4 02:35:00 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 unserkonig at gmail.com.

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

--- shadow/78756	2006-07-04 02:35:00.000000000 -0400
+++ shadow/78756.tmp.13894	2006-07-04 02:35:00.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 78756
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: unserkonig at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Graphics: DrawString doesn't the string if a call to FillRectangle is next.
+
+This is a small sample from a Windows.Forms book, which shows a button, 
+and when clicked, a text appears for a fraction of a second. This example 
+calls Form.CreateGraphics (), Graphics.DrawString () and 
+Graphics.FillRectangle.
+
+
+Steps to reproduce the problem:
+1. Compile the sample.
+2. Run it and press the "Click me" button.
+
+Actual Results:
+The text "User click." never appears on the form.
+
+Expected Results:
+In .Net, the text "User click." appears for a fraction of a second, and 
+then dissapears.


More information about the mono-bugs mailing list