[Mono-bugs] [Bug 77479][Nor] Changed - Form ClientRectangle.Size Ignores Menu and Scroll bar.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Feb 22 19:49:04 EST 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 peter at novonyx.com.

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

--- shadow/77479	2006-02-05 23:37:18.000000000 -0500
+++ shadow/77479.tmp.18941	2006-02-22 19:49:04.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77479
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Fedora Core 3
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: kdaniels at usfamily.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -376,6 +376,15 @@
 How often does this happen? 
 Always
 
 Additional Information:
 
 Mono is from SVN
+
+------- Additional Comments From peter at novonyx.com  2006-02-22 19:49 -------
+This is fixed in svn r57189. It wasn't due to a broken ClientSize, 
+which is reported properly, but due to the fact that we were not 
+setting any cursors for non-client areas (menus) and for implicit 
+controls (scrollbar), which caused them to get the same cursor the 
+client area for the app had. 
+
+Thanks for the report and for taking the time to make a testcase!


More information about the mono-bugs mailing list