[Mono-bugs] [Bug 70082][Wis] New - win32 driver expose problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 1 Dec 2004 06:54:18 -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 rkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70082
--- shadow/70082 2004-12-01 06:54:18.000000000 -0500
+++ shadow/70082.tmp.3299 2004-12-01 06:54:18.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 70082
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: rkumar@novell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: win32 driver expose problem
+
+Description of Problem:
+Minimizing/maximizing an app window does not restore the complete window
+on MS.NET running Mono SWF.
+
+Steps to reproduce the problem:
+Try running an app from winforms module from SVN. Minimizing and then
+maximizing the app window does not restore the original window.
+
+Actual Results:
+A part of the window is left out.
+
+Expected Results:
+Complete window must be restored as it appears when app was started.
+
+How often does this happen?
+Always
+
+Additional Information:
+I noticed this behavior with listview, tabcontrol, and monthcontrol
+samples. This does not seem to happen on Linux. Looks like a win32 driver
+bug. This behavior is noticed against SVN as of 1st Dec 2004.