[Mono-bugs] [Bug 78661][Nor] New - TextBoxBase: text is hidden under scrollbars

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jun 16 08:39:45 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 atsushi at ximian.com.

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

--- shadow/78661	2006-06-16 08:39:45.000000000 -0400
+++ shadow/78661.tmp.31614	2006-06-16 08:39:45.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 78661
+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: atsushi at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: TextBoxBase: text is hidden under scrollbars
+
+Our TextBoxBase does not calculate document and scrollbar areas correctly.
+It first computes the TextBoxBase rectangle
+(Document.RecalculateDocument()). And then CalculateScrollBars() is called
+to determine whether it needs scrollbars or not. In this sequence, the
+document rectangle is already determined regardless of overlapped scroll
+bars, and thus characters which are close to the edges are hidden.
+
+Run winforms/wordpad/wordpad.exe and enter "1234567890123456789012..." to
+reproduce this problem. The numbers you entered around the right edge are
+unlikely to be shown until you type more.


More information about the mono-bugs mailing list