[Mono-bugs] [Bug 77892][Nor] New - Scrolling does not update Control.DisplayRectangle

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 23 21:42:18 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 simon at nureality.ca.

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

--- shadow/77892	2006-03-23 21:42:18.000000000 -0500
+++ shadow/77892.tmp.4881	2006-03-23 21:42:18.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 77892
+Product: Mono: Class Libraries
+Version: 1.0
+OS: GNU/Linux [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: simon at nureality.ca               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Scrolling does not update Control.DisplayRectangle
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem: When scrolling via scrollbar the control's 
+DisplayRectangle.Top/Bottom/Left/Right do not update as the control 
+scrolls vertically and horizontally.
+
+Steps to reproduce the problem:
+1. Scroll vertically or horizontally
+2. Watch the values outputted to the console.
+3. 
+
+Actual Results: The Bottom and Right values only output the original 
+size. It doesn't adjust as you scroll. Top/Left are never changing away 
+from 0.
+
+TOP: 0 LEFT: 0 BOTTOM: 233 RIGHT: 259
+
+Expected Results: For all of top/left/bottom/right to adjust as you 
+scroll vertically or horizontally.
+
+TOP: -37 LEFT: -37 BOTTOM: 395 RIGHT: 323
+
+How often does this happen? Every time.
+
+
+Additional Information: Will include test case.


More information about the mono-bugs mailing list