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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -376,6 +376,15 @@ How often does this happen? Always Additional Information: Mono is from SVN + +------- Additional Comments From [EMAIL PROTECTED] 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! _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
